1.0.7 • Published 6 years ago

@kikobeats/generator-react v1.0.7

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

generator-react

Last version Dependency status Dev Dependencies Status NPM Status Donate

Create a React library project scaffold.

Features

on development

  • Write moden JavaScript code transpiled by Babel.
  • Lint and pretty your code in each commit using Standard & Prettier.

on testing

Note: Remember connect your repository with Travis & Netlify.

  • Check your code is correctly linted.
  • Check your dependencies is up to date with ncu.
  • Create a deploy preview using Netlify.

on production

The best part is... it just works, you don't need to think about that, just in your code.

Install

First, install Yeoman:

$ npm install -g yo

Later, install this generator:

$ npm install -g @kikobeats/generator-react

Usage

$ yo react

License

MIT © Kiko Beats