egg-boilerplate-simple
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -27,2 +27,3 @@ # {{name}} | ||
### 单元测试 | ||
- [egg-bin] 内置了 [mocha], [thunk-mocha], [power-assert], [istanbul] 等框架,让你可以专注于写单元测试,无需理会配套工具。 | ||
@@ -39,2 +40,2 @@ - 断言库非常推荐使用 [power-assert]。 | ||
[egg]: https://eggjs.org | ||
[egg]: https://eggjs.org |
3.0.1 / 2017-11-16 | ||
================== | ||
* chore: README and some meta file (#39) | ||
3.0.0 / 2017-11-07 | ||
@@ -3,0 +8,0 @@ ================== |
{ | ||
"name": "egg-boilerplate-simple", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "boilerplate for egg quickstart", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -16,3 +16,3 @@ # egg-boilerplate-simple | ||
[travis-url]: https://travis-ci.org/eggjs/egg-boilerplate-simple | ||
[codecov-image]: https://codecov.io/gh/eggjs/egg-boilerplate-simple/branch/master/graph/badge.svg | ||
[codecov-image]: https://img.shields.io/codecov/c/github/eggjs/egg-boilerplate-simple.svg?style=flat-square | ||
[codecov-url]: https://codecov.io/gh/eggjs/egg-boilerplate-simple | ||
@@ -28,9 +28,9 @@ [david-image]: https://img.shields.io/david/eggjs/egg-boilerplate-simple.svg?style=flat-square | ||
**Don't `npm install` this directly** | ||
**Don't `npm i` this directly** | ||
```shell | ||
$ npm install -g egg-init | ||
```bash | ||
$ npm i -g egg-init | ||
$ egg-init --type simple showcase | ||
$ cd showcase | ||
$ npm install | ||
$ npm i | ||
$ npm run dev | ||
@@ -37,0 +37,0 @@ $ open http://localhost:7001 |
Sorry, the diff of this file is not supported yet
12855