generator-express-typescript-typings
v0.9.0
Published
Express generator with typescript using typings, with optional Visual Studio Code support.
Downloads
3
Maintainers
Readme
generator-express-typescript-typings
express-typescript-typings generator scaffolds the same project as express-generator, but with TypeScript support and optional Visual Studio Code support.
Installation
First, install Yeoman, typings and generator-express-typescript-typings using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-express-typescript-typings
npm install -g typings
Then generate your new project:
yo express-typescript-typings
During installation, you have the ability to enable or disable Visual Studio Code support. If you choose to enable VSCode support, the following files are added to the project in the .vscode folder:
- tasks.json: To transpile TypeScript to JavaScript
- lauch.json: To support VSCode debugging
- settings.json: To hide JavaScript source files and map files
##Contributing
Feel free to add suggestions and initiate pull request on the project's GitHub page.
License
MIT © Akos Nagy