https://github.com/bitmate/generator-bitmate-express
BitMate Generator for building Express.js Applications
https://github.com/bitmate/generator-bitmate-express
Last synced: 5 days ago
JSON representation
BitMate Generator for building Express.js Applications
- Host: GitHub
- URL: https://github.com/bitmate/generator-bitmate-express
- Owner: bitmate
- Created: 2016-12-23T09:59:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T17:10:03.000Z (about 9 years ago)
- Last Synced: 2025-01-04T01:34:12.044Z (over 1 year ago)
- Language: JavaScript
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BitMate ExpressJS Generator
## Usage
### Requirement Node 6+ && NPM 3+
This generator is targeted to be used with Node >= 6.0.0 and NPM => 3.0.0. You can check your version number with the command
```
node --version && npm --version
```
### Install
##### Install required tools `yo`:
```
npm install -g yo
```
##### Install `generator-bitmate-express`:
```
npm install -g generator-bitmate-express
```
### Run
##### Create a new directory, and go into:
```
mkdir my-new-project && cd my-new-project
```
##### Run `yo generator-bitmate-express`, and select desired technologies:
```
yo generator-bitmate-express
```