generator-ts-nm

1.0.3 • Public • Published

ts-nm CI

A Yeoman generator to scaffold node module with Typescript

Setup

yo ts-nm

Lint

  • Runs tslint.
  • Uses the tslint-xo extension.
npm run lint

Compile

  • Compiles your Typescript code
  • Moves the .js files to a /lib folder
npm run build

Test

  • Runs the tests
  • Runs the test folder with ava
npm test

/generator-ts-nm/

    Package Sidebar

    Install

    npm i generator-ts-nm

    Weekly Downloads

    1

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    13.8 kB

    Total Files

    30

    Last publish

    Collaborators

    • simonja