Update project source in README

Change-Id: Ib64cb54b2254a05717ec6a813b93efb667385d5c
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
This commit is contained in:
Yujun Zhang
2016-05-21 13:58:37 +08:00
committed by Michael Krotscheck
parent 460699a064
commit a2e9db03c2

View File

@@ -38,11 +38,12 @@ This should set up your project directory and make it ready for development.
* `npm run lint` - Perform a linting check. * `npm run lint` - Perform a linting check.
## TODO List ## TODO List
Looking for something to add? Here's a quick checklist: Looking for something to add? Here's a quick checklist:
* Prompt user for the project name, and make it accessible to all submodules. * 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 * 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. * Basic project setup for these different types will also be needed.
* package.json creation and maintenance * package.json creation and maintenance
* Ensure that license is persisted into package.json * Ensure that license is persisted into package.json
* dependency propagation from global requirements * dependency propagation from global requirements
@@ -51,6 +52,10 @@ Looking for something to add? Here's a quick checklist:
## Project Resources ## Project Resources
- [Source code](https://git.openstack.org/cgit/openstack/js-generator-openstack) - [Source code](https://git.openstack.org/cgit/openstack/js-generator-openstack)
- [Code review](https://review.openstack.org/#/admin/projects/openstack-infra/js-generator-openstack)
- [Storyboard](https://storyboard.openstack.org/#!/project/842)
## Workflow
- [How to contribute to OpenStack](http://docs.openstack.org/infra/manual/developers.html) - [How to contribute to OpenStack](http://docs.openstack.org/infra/manual/developers.html)
- [Code reviews workflow](http://docs.openstack.org/infra/manual/developers.html#development-workflow) - [Code reviews workflow](http://docs.openstack.org/infra/manual/developers.html#development-workflow)