0.1.0 • Published 3 years ago

@intility/generator-express v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Installation

First, install Yeoman and generator-intility-node using npm (we assume you have pre-installed node.js).

npm install -g yo                           # Install Yeoman CLI
npm install -g @intility/generator-express  # Install Intility Express project generator

mkdir <projectName> && cd <projectName>     # Create a new project folder
yo @intility/express                        # Use Yeoman CLI to run the template generator

License

MIT © Intility AS