This yeoman generator will build an ExpressJs projects, creating a skeleton for the different files, and adding some basic express routes using inversify.
This is a Yeoman generator. You need to install Yeoman, NodeJS and npm to install the generator and its dependencies. Make sure you have all installed globally.
First, download and install NodeJS and npm. More information about NodeJS / npm: https://nodejs.org/
Second, install Yeoman. More information about Yeoman: http://yeoman.io/
$ npm install -g generator-typescript-express-starterkit
$ yo typescript-express-starterkit
This yeoman generator provides a ready to use express application at http://localhost:3001/. It defines basic structure using the following:
- Winston at https://github.com/winstonjs/winston
- Inversify at https://github.com/inversify/InversifyJS
- Mocha at https://mochajs.org/
Akhand Singh [email protected]
MIT