1.2.5 • Published 7 years ago

generator-rim-es6-component v1.2.5

Weekly downloads
38
License
MIT
Repository
github
Last release
7 years ago

RimDev ES6 component generator

Build status npm version npm downloads

Install the generator and yeoman via NPM

npm install -g yeoman-generator generator-rim-es6-component

Run the generator, move into the directory, and start the project. The generator will automatically install your dependencies unless you choose to skip it (--skip-install). You may choose to use yarn instead of npm for the installation by using the --yarn argument.

yo rim-es6-component [app-name] [--yarn] [--skip-install]
cd [app-name]
npm start

If you navigate to /src/[app-name].js, you'll find your component class. There will be a commented section: /* Implement Component Logic Here Via tmpClone */, where you can start your component.

If you are having issues please refer to our blog post

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago