1.4.1 • Published 4 years ago

tsnl v1.4.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 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

4 years ago

1.4.0

5 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago