Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 821 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 821 Bytes

Experimental Prelude Module for TypeScript

NPM npm GitHub

Installation

npm install dayjs @telostat/prelude

dayjs is a peer dependency. You need to install it yourself to use date helpers.

Development

Quick commands:

  • Build the library and documentation:

    npm run build
  • Build as you develop:

    npm run dev
  • Run tests:

    npm run test
  • Build the documentation:

    npm run make:docs
  • Deploy documentation:

    npm run deploy:docs