Yeoman CLI to generate a new Node.JS project based on Intility developer standards
npm install @intility/generator-intility-node
This repository contains a CLI build with Yeoman framework to auto generate a new project.
First, install Yeoman and generator-intility-node using npm (we assume you have pre-installed node.js).
``bash`
npm install -g yo
npm install -g generator-intility-node
Then generate your new project:
`bash``
yo intility-node
MIT © Intility AS