Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T17:24:23.000Z (about 2 years ago)
- Last Synced: 2024-03-22T03:07:39.934Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 5
- Watchers: 9
- 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).
[![NPM version](https://img.shields.io/npm/v/egg-boilerplate-empty.svg?style=flat-square)](https://npmjs.org/package/egg-boilerplate-empty)
[![NPM quality](http://npm.packagequality.com/shield/egg-boilerplate-empty.svg?style=flat-square)](http://packagequality.com/#?package=egg-boilerplate-empty)
[![NPM download](https://img.shields.io/npm/dm/egg-boilerplate-empty.svg?style=flat-square)](https://npmjs.org/package/egg-boilerplate-empty)[![Continuous Integration](https://github.com/eggjs/egg-boilerplate-empty/actions/workflows/nodejs.yml/badge.svg)](https://github.com/eggjs/egg-boilerplate-empty/actions/workflows/nodejs.yml)
[![Test coverage](https://img.shields.io/codecov/c/github/eggjs/egg-boilerplate-empty.svg?style=flat-square)](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.