2.1.2 • Published 8 years ago

generator-sorcery v2.1.2

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
8 years ago

Sorcery

Screenshot

Description

This generator will create a React app for you. It will be based in Redux and will have Ava as its test runner.

Installation

  • First of all you will need to have Yeoman installed globally. You can install it with npm: npm i -g yo.
  • To install the generator, run npm i -g generator-sorcery.
  • To run it, type yo magic in the folder where you want to create the app.
  • The generator will try to install the dependencies for you running npm install after the project has been created, but if you prefer to skip that step you can execute the generator with the --skip-install option: yo magic --skip-install.

Usage

  • Once your app has been generated, you can serve it in the browser with the npm start command.
  • You can build it to a dist folder with npm run build.
  • To run the tests: npm test. To run them in watch mode: npm run tdd.
  • You can generate a test coverage report with npm run coverage.

Contents

The created project includes the following:

2.1.2

8 years ago

2.1.1

8 years ago

2.1.0

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.0

8 years ago