3.1.7 • Published 3 years ago

@e-sites/generator-esites-fe v3.1.7

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

generator-esites-fe

Yeoman generator for E-sites projects

Features

Prerequisites

Make sure Node and npm are installed. A great guide can be found here: https://docs.npmjs.com/getting-started/installing-node

First you need to install Yeoman:

npm install -g yo

After that you'll need to install the generator:

npm install -g @e-sites/generator-esites-fe

If you already have these packages installed, you can upgrade them:

npm update -g yo @e-sites/generator-esites-fe

Note: Mac users need to run above commands with sudo.

Usage

Please make sure your system meets the prerequisites.

  • Run npm update -g @e-sites/generator-esites-fe.
  • From the terminal, navigate to your projects directory.
  • Type yo @e-sites/esites-fe, answer a few questions about your project, and wait.
  • Bask in the glory of your fully scaffolded frontend installation.

Options

  • --skip-install Skips the automatic execution of npm after scaffolding has finished.

Contribute

See the contributing docs.

Licence

MIT license