#mean bash command Creates necessary directories and files for the Coding Dojo mean stack assignments.
- Copy to and paste to bash profile
A. $ cd (Back to your home folder)
B. $ vim .bash_profile
mean <your project name>
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
cliff