TimPetricola / strftime

Quick strftime reference and REPL

Home Page:https://strftime.ninja/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strftime

This is the source of strftime.ninja. Strftime is a reference for the strftime formatting directive and a tool to format dates and times.

Use

Install dependencies

npm install

Dev

The dev script will start a server at http://localhost:3000.

npm run rev

You can lint the JS with:

npm run lint

Build

To create a static build, run:

npm run build

About

Quick strftime reference and REPL

https://strftime.ninja/


Languages

Language:TypeScript 64.4%Language:CSS 35.6%