egg-boilerplate-empty

only init basic stuff, such as eslint / test / ci ...

Usage no npm install needed!

<script type="module">
  import eggBoilerplateEmpty from 'https://cdn.skypack.dev/egg-boilerplate-empty';
</script>

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.

NPM version NPM quality NPM download

Continuous Integration Test coverage

Installation

Don't npm install this directly

$ npm init egg --type empty showcase
$ cd showcase
$ npm install
$ # then run with `npm run dev` / `npm start` / `npm test`

See egg-init for more detail.