Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redwerks/generator-common-config
Automatically configures a package with common config used in our projects like prettier, husky, lint-staged, and license-validator
https://github.com/redwerks/generator-common-config
Last synced: 16 days ago
JSON representation
Automatically configures a package with common config used in our projects like prettier, husky, lint-staged, and license-validator
- Host: GitHub
- URL: https://github.com/redwerks/generator-common-config
- Owner: redwerks
- License: isc
- Created: 2020-01-17T06:46:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:15:43.000Z (about 2 years ago)
- Last Synced: 2025-01-04T04:13:46.504Z (about 1 month ago)
- Language: JavaScript
- Size: 1.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @redwerks/generator-common-config [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]
> Automatically configures a package with common config used in our projects like prettier, husky, lint-staged, and license-validator## Installation
First, install [Yeoman](http://yeoman.io) and @redwerks/generator-common-config 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 @redwerks/generator-common-config
```Then generate your new project:
```bash
yo @redwerks/common-config
```## 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
ISC © [Redwerks](https://redwerks.org/)
[npm-image]: https://badge.fury.io/js/@redwerks/generator-common-config.svg
[npm-url]: https://npmjs.org/package/@redwerks/generator-common-config
[travis-image]: https://travis-ci.com/redwerks/@redwerks/generator-common-config.svg?branch=master
[travis-url]: https://travis-ci.com/redwerks/@redwerks/generator-common-config
[daviddm-image]: https://david-dm.org/redwerks/@redwerks/generator-common-config.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/redwerks/@redwerks/generator-common-config