Skip to content

Commit 7988348

Browse files
authored
Merge pull request #12 from IzumiSy/update_readme_for_the_latest
Remove version badge and add store generator guide
2 parents e18f882 + 71c92a1 commit 7988348

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

_app/README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# <%= projectName %> [![built with choo v4](https://img.shields.io/badge/built%20with%20choo-v4-ffc3e4.svg?style=flat-square)](https://github.com/yoshuawuyts/choo)
1+
# <%= projectName %>
22

33
Choo-cli created a directory structure that [we've found to be optimal](https://yoshuawuyts.gitbooks.io/choo/content/guides/designing-for-reusability.html) for slim
44
applications and reusability.
@@ -8,7 +8,7 @@ assets/ images and fonts, if you have any
88
elements/ standalone application-specific elements
99
lib/ generalized components, should be moved out of project later
1010
pages/ views that are directly mounted on the router
11-
scripts/ shell scripts, to be interfaced with through `npm scripts`
11+
stores/ stores that are used in pages and elements
1212
client.js main application entry; programmatic manifest file
1313
package.json manifest file
1414
```
@@ -26,6 +26,11 @@ Elements
2626
$ choo generate element my-element
2727
```
2828

29+
Stores
30+
```bash
31+
$ choo generate store my-store
32+
```
33+
2934
## npm scripts
3035

3136
Choo-cli was made for generating choo projects and code, and leverages npm scripts

0 commit comments

Comments
 (0)