https://github.com/nickytonline/generator-minobo
A mini opinionated node boilerplate.
https://github.com/nickytonline/generator-minobo
boilerplate nodejs starter-kit starter-template
Last synced: 5 months ago
JSON representation
A mini opinionated node boilerplate.
- Host: GitHub
- URL: https://github.com/nickytonline/generator-minobo
- Owner: nickytonline
- License: mit
- Created: 2017-09-02T02:07:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T02:14:37.000Z (about 6 years ago)
- Last Synced: 2025-02-13T15:19:35.488Z (over 1 year ago)
- Topics: boilerplate, nodejs, starter-kit, starter-template
- Language: JavaScript
- Size: 306 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-minobo [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> A mini opinionated node boilerplate. It ships with prettier and eslint (defaults config) and is setup for ES2017. It uses [Jest](https://www.npmjs.com/package/jest) for tests. It also, comes with a [Visual Studio Code](https://code.visualstudio.com/download) debug setup and recommended extensions to install for Visual Studio Code.
## Installation
First, install [Yeoman](http://yeoman.io) and generator-minobo using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)).
```bash
npm install -g yo
npm install -g generator-minobo
```
Then generate your new project:
```bash
yo minobo
```
## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).
## License
MIT © [Nick Taylor](https://www.iamdeveloper.com)
[npm-image]: https://badge.fury.io/js/generator-minobo.svg
[npm-url]: https://npmjs.org/package/generator-minobo
[travis-image]: https://travis-ci.org/nickytonline/generator-minobo.svg?branch=master
[travis-url]: https://travis-ci.org/nickytonline/generator-minobo
[daviddm-image]: https://david-dm.org/nickytonline/generator-minobo.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/nickytonline/generator-minobo