New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

egg-boilerplate-simple

Package Overview
Dependencies
Maintainers
5
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

egg-boilerplate-simple - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

3

boilerplate/README.zh-CN.md

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc