generator-ts-node-aws

1.0.1 • Public • Published

esnext-generator Build Status

A Yeoman generator to scaffold a Typescript powered node module

Setup

yo ts-node-aws

Lint

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

Compile

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

Test

  • Runs the tests
  • Runs the test.js file with ava
npm test

/generator-ts-node-aws/

    Package Sidebar

    Install

    npm i generator-ts-node-aws

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    277 kB

    Total Files

    21

    Last publish

    Collaborators

    • simonja