0.0.6 • Published 3 years ago

@empatic/generator-components v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Empatic Yeoman Generator (generator-empatic)

standard-readme compliant

A Yeoman generator for empatic

Table of Contents

Install

The node version used should be ^16. If you use a node version manager (e.g. nvm), use nvm to change the version.

First install Yeoman:

$ npm i -g yo

Install the generator:

$ npm i -g @empatic/generator-components

Otherwise you can use yarn as well:

$ yarn global add @empatic/generator-components

Usage

Run yo @empatic/components to start the generator. You can select Components.

Maintainers

This project is maintained by empatic.

Contribute

To contribute, please use GitHub issues.

If you are a developer and would like to submit a pull request, do the following:

  1. Fork the project and clone it.
  2. Run npm install inside the cloned folder.
  3. Run npm link to link the local installation for development purposes. (Run npm unlink to undo this step.)
  4. In any folder run yo @empatic/components to run your local development version and test your changes.
  5. 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 © empatic

0.0.5

3 years ago

0.0.6

3 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago