Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

reacteum-cli

wonism5MIT1.0.2

CLI for reacteum

react, reactjs, boilerplate, redux, redux-saga, webpack, reacteum

readme

reacteum-cli

Reacteum command line tool.

It helps you to create new project based on React JS

Install

$ npm install --global reacteum-cli
# or
$ yarn global add reacteum-cli

How to use

$ reacteum --help

New

$ reacteum new <<PROJECT_NAME>>

Develop

In project root, you can run the webpack dev server

$ reacteum develop

Bundle

In project root, you can bundle the react application

$ reacteum bundle

Serve

In project root, you can run the express server

$ reacteum serve

Transpile

$ reacteum transpile

changelog

Changelog

1.0.0 - 2018-08-25

  • Initial commit
  • Features
    • new
    • develop
    • bundle
    • serve
    • transpile

1.0.1 - 2018-12-13

  • Bug fix
    • Add dependency

1.0.2 - 2018-12-13

  • Bug fix
    • Replace chalk.purple to chalk.magenta