0.13.1 • Published 5 years ago

generator-docker-devbox v0.13.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

generator-docker-devbox

npm Build Status

Yeoman Generator for dockerized development environment.

Installation

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

npm install -g yo
npm install -g generator-docker-devbox

Then generate your new project:

mkdir my-project
cd my-project
yo docker-devbox

Use local installation of generator for development

Use npm link to use local installation of generator

git clone https://github.com/gfi-centre-ouest/generator-docker-devbox
cd generator-docker-devbox
npm link

Then you need run the project in watch mod for TypeScript source changes to be compiled on change.

npm run start

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © GFI Informatique