generator-itp-node-express-project

Yeoman generator for the ITP Express project

Usage no npm install needed!

<script type="module">
  import generatorItpNodeExpressProject from 'https://cdn.skypack.dev/generator-itp-node-express-project';
</script>

README

ITP Node.js/Express project generator

NPM version MIT License

Getting Started

What is Yeoman?

Yeoman helps you to kickstart new projects, prescribing best practices and tools to help you stay productive.

Install Yeoman

npm install -g yo

Install the ITP Yeoman Generator

To install generator-itp-node-express-project from npm, run:

npm install -g generator-itp-node-express-project

Alternatively, you can clone the repo and then link it to your local npm repository (this will also compile any changes you make to the local repo):

git clone https://github.com/inthepocket/generator-itp-node-express-project

npm link

Yarn

This generator uses Yarn to greatly increase the speed of dependency management. Follow the instructions at https://yarnpkg.com/en/docs/install to install for your platform.

Finally

Initiate the generator:

yo itp-node-express-project

License

Generator-IPT-Node-Express-Project is freely distributable under the terms of the MIT license.