SimonJang / generator-ts-nm

Yeoman generator to create a node module in Typescript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Yeoman generator to create a node module in Typescript

License:MIT License


Languages

Language:JavaScript 94.9%Language:TypeScript 5.1%