https://github.com/coco-platform/generator-coco
yeoman generator within coco ecosystem.
https://github.com/coco-platform/generator-coco
Last synced: 3 months ago
JSON representation
yeoman generator within coco ecosystem.
- Host: GitHub
- URL: https://github.com/coco-platform/generator-coco
- Owner: coco-platform
- Created: 2018-10-25T10:14:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-01-25T04:59:12.000Z (5 months ago)
- Last Synced: 2026-01-25T19:06:09.107Z (5 months ago)
- Language: JavaScript
- Size: 2.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 47
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# generator-coco

[](https://coveralls.io/github/coco-platform/generator-coco?branch=master) [](https://greenkeeper.io/)


coco preset project for bootstrap.
## Install
```shell
npm install -g generator-coco;
```
```shell
yarn global add generator-coco;
```
## Usage
Provide following shortcut generation:
- `editor`
- `browserslist`
- `huksy`
- `commit` - compose with husky, avoid directly usage
- `prettier` - compose with husky, avoid directly usage
- `eslint`
- `postcss`
- `typescript`
- `babel`
- `webpack`
- `jest`
- `travis`
- `gitlab-ci`
# Licence
MIT