https://github.com/akhandsi/generator-typescript-express-starterkit
https://github.com/akhandsi/generator-typescript-express-starterkit
expressjs inversifyjs typescript yeoman
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/akhandsi/generator-typescript-express-starterkit
- Owner: akhandsi
- Created: 2018-07-05T21:57:26.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-05T15:37:53.000Z (almost 7 years ago)
- Last Synced: 2025-03-29T09:34:58.246Z (about 1 year ago)
- Topics: expressjs, inversifyjs, typescript, yeoman
- Language: TypeScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A basic project builder for NodeJs ExpressJs Typescript
This yeoman generator will build an ExpressJs projects, creating a skeleton for the different files, and adding some basic express routes using inversify.
# Requirements
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/
# Installation
```
$ npm install -g generator-typescript-express-starterkit
```
# Usage
```
$ yo typescript-express-starterkit
```
# What does this generator do?
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/
# Credits
Akhand Singh
# Licence
MIT