Skip to content

just start this docker container to be able to perform tasks with yeoman tool. Tool runs in isolated docker and needs no dependencies on host system. After you're done with yeoman you can simply discard docker container.

License

Notifications You must be signed in to change notification settings

elmosanches/docker_yeoman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker_yoeman

docker container for running nodejs and yoeamn

Prerequisites:

lxc-docker      http://docs.docker.io/en/latest/installation
git
sudo

============

$ git clone https://github.com/elmosanches/docker_yeoman.git
$ cd docker_yeoman
$ ./dc-build.sh
[sudo] password for your_user_name:

/* yeoman container is built ad installed

$ cd /path/to/new/angular/project
$ ./dc-start.sh

/* you are now in new shell provided by the yeoman container */
/* now you can execute 'yo' commands that will affect your current directory */

yeoman@e16fa3b5764e:/var/yeoman$ yo angular

============== Visit http://yeoman.io/ to learn more about 'yo' command

About

just start this docker container to be able to perform tasks with yeoman tool. Tool runs in isolated docker and needs no dependencies on host system. After you're done with yeoman you can simply discard docker container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages