https://github.com/eggjs/egg-boilerplate-empty
Boilerplate for egg simple project, as empty as possible
https://github.com/eggjs/egg-boilerplate-empty
Last synced: 2 months ago
JSON representation
Boilerplate for egg simple project, as empty as possible
- Host: GitHub
- URL: https://github.com/eggjs/egg-boilerplate-empty
- Owner: eggjs
- License: mit
- Created: 2016-11-12T01:45:39.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T17:24:23.000Z (about 3 years ago)
- Last Synced: 2025-08-21T12:54:17.092Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 5
- Watchers: 8
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: History.md
- License: LICENSE
Awesome Lists containing this project
- awesome-egg - egg-boilerplate-empty - Boilerplate for egg simple project, as empty as possible (Boilerplates)
README
# egg-boilerplate-empty
Boilerplate for simple project, as empty as possible. only init basic stuff, such as lint / test / ci ...
also see [boilerplate - README](./boilerplate/README.md).
[](https://npmjs.org/package/egg-boilerplate-empty)
[](http://packagequality.com/#?package=egg-boilerplate-empty)
[](https://npmjs.org/package/egg-boilerplate-empty)
[](https://github.com/eggjs/egg-boilerplate-empty/actions/workflows/nodejs.yml)
[](https://codecov.io/gh/eggjs/egg-boilerplate-empty)
## Installation
**Don't `npm install` this directly**
```bash
$ npm init egg --type empty showcase
$ cd showcase
$ npm install
$ # then run with `npm run dev` / `npm start` / `npm test`
```
See [egg-init](https://github.com/eggjs/egg-init) for more detail.