Skip to content

Commit 4ad078b

Browse files
committed
Update README
1 parent e3c55a5 commit 4ad078b

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## Quick Start
66

7-
First, install [Yeoman](http://yeoman.io) and `generator-strelka-project` with [npm](https://www.npmjs.com/)
7+
First, install [Yeoman](http://yeoman.io) and `generator-strelka-project` with [npm](https://www.npmjs.com/):
88

99
```bash
1010
$ npm install -g yo
@@ -23,5 +23,19 @@ $ yo strelka-project
2323
This will setup new git repository with `README`, `package.json` and `eslint-config-strelka`, + other required files like `.editorconfig`, `.gitignore`, etc..
2424

2525

26+
## TODO
27+
28+
- [ ] General
29+
- [ ] Express
30+
- [ ] React.js
31+
- [ ] Vue.js
32+
33+
34+
## Related
35+
36+
- [Yeoman](http://yeoman.io/) - The web's scaffolding tool for modern webapps
37+
- [eslint-config-strelka](https://github.com/strelka-institute/eslint-config-strelka) - Strelka's eslint config
38+
39+
2640
---
2741
Strelka

0 commit comments

Comments
 (0)