tsnl
TypeScript icon, indicating that this package has built-in type declarations

1.4.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i tsnl

Weekly Downloads

9

Version

1.4.1

License

MIT

Unpacked Size

21.1 kB

Total Files

36

Last publish

Collaborators

  • forsigner