1.4.1 • Published 3 years ago

tsnl v1.4.1

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

tsnl

oclif Version Downloads/week License

Create { TypeScript Node.js library } with zero-config CLI.

Quick Start

npx tsnl new mylib
cd mylib
npm run dev

Commands

tsnl new [LIBNAME]

Init a library project.

tsnl dev

Run the project in development mode.

tsnl build

Build the project to dist for production.

tsnl lint

Lint code with eslint.

params

  • tsnl lint --fix

tsnl test

Run unitest with jest.

params

  • tsnl test --watch
  • tsnl test --coverage
1.4.1

3 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago