create-node-typescript
v1.0.1
Published
Create a Node.js module in TypeScript without config boilerplate
Maintainers
Readme
Create Node Typescript ·

📦 ⚡ Create a Node.js module in TypeScript without config boilerplate.
Getting Started
$ npx create-node-typescript awesome-moduleIf you're using Yarn:
$ yarn create node-typescript awesome-moduleWhat's included?
- Strict TypeScript type checking
- Code formatting with Prettier
- Code linting with TSLint
- Testing with Jest
- Code formatting on commit with Husky and lint-staged
License
See LICENSE.md.
