5073e1f9e00b4eb0c095918e5c3d58ea66fcd7c2
npm install after project has been updated.
When initializing a new project, we should run `npm install` so that the project directory starts off clean. When updating an old project, this will update dependencies. Change-Id: Idd7602875480b57ab96d5151773761650a94f58c
generator-openstack
generator-openstack is OpenStack's JavaScript project templating and maintenance engine. It permits you to:
- ...create a new OpenStack JavaScript project.
- ...update an existing project with new settings, requirements, and tools.
Quick Start
Creating and updating a project follows the exact same steps:
- Prerequisites:
nodejs,npm npm install -g yo generator-openstackcd my_project_directoryyo openstack
The generator also provides a non-interactive mode: yo openstack --non-interactive
Contributing
This project uses itself as a code management tool. In order to set up your environment for development, please follow these steps:
- Prerequisites:
nodejs,npm,git,git review npm install -g yogit clone git://git.openstack.org/openstack/js-generator-openstackcd js-generator-openstacknpm installgit review -s
This should set up your project directory and make it ready for development.
Some useful development commands
npm link- Link this project into your global npm runtime. This allows you to run the project (viayo openstack) as if it was installed vianpm install -gnpm test- Run all the tests.npm run lint- Perform a linting check.
TODO List
Looking for something to add? Please check StoryBoard
Project Resources
- Source code
- Code review
- Task tracking (StoryBoard)
- Discussion on openstack develop mailing list with tag
[javascript] - IRC:
#openstack-javascripton freenode.net
Workflow
Description