a6da9b5e622415ba49a9b3c9c92d8eb8025da55c
				
			
			
		
	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? Here's a quick checklist:
- Prompt user for the project name, and make it accessible to all submodules.
 - Choose the type of project they'd like to generate: Library, Web UI, or CLI Node App
- Basic project setup for these different types will also be needed.
 
 - package.json creation and maintenance
 - Ensure that license is persisted into package.json
 - dependency propagation from global requirements
 - CLI documentation for 
--non-interactive 
Project Resources
Workflow
Description