This generator scripts everything you need to start a JS fullstack project:
You need to install:
npm install -g yo
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
This generator will ask you to choose between 3 starter-kits (or no client at all).
npm install -g generator-loopback-ansible
mkdir myAwesomeProject && cd myAwesomeProject
yo loopback-ansible
Then follow the generated documentation installation steps.
At the moment, the xubuntu
distrib doesn't support the vagrant synced_folder
parameter with xenial
OS, please choose trusty
option if you are in that case
This generator is open-sourced and can be improved in many ways, feel free to contribute here !
npm link
Version | Tag | Published |
---|---|---|
3.2.1 | latest | 5yrs ago |