generator-flynt
generator-flynt copied to clipboard
A Yeoman generator to create Flynt Components
Flynt Yeoman Generator (generator-flynt)
A Yeoman generator for Flynt
:warning: DEPRECATED. This repository is no longer in active development. For the latest version of Flynt please use the new Flynt repository. :warning:
Table of Contents
- Flynt Yeoman Generator (generator-flynt)
- Table of Contents
- Install
- Usage
- Maintainers
- Contribute
- License
Install
The node version used should be ^10. If you use a node version manager (e.g. nave), use npm to install globally.
First install Yeoman:
$ npm i -g yo
Install the generator:
$ npm i -g @flyntwp/generator-flynt
Otherwise you can use yarn as well:
$ yarn global add @flyntwp/generator-flynt
Usage
Run yo @flyntwp/flynt to start the generator. You can select Components.
Maintainers
This project is maintained by bleech.
The main people in charge of the repo are:
Contribute
To contribute, please use GitHub issues. Please also take a moment to read the Contributing Guidelines and Code of Conduct.
If you are a developer and would like to submit a pull request, do the following:
- Fork the project and clone it.
- Run
npm installinside the cloned folder. - Run
npm linkto link the local installation for development purposes. (Runnpm unlinkto undo this step.) - In any folder run
yo @flyntwp/flyntto run your local development version and test your changes. - Send a pull request from your fork to the main repo's master branch.
If editing the README, please conform to the standard-readme specification.
License
MIT © bleech