0.0.17 • Published 8 years ago

cerebral-cli v0.0.17

Weekly downloads
5
License
MIT
Repository
github
Last release
8 years ago

cerebral-cli

Command line tool for bootstrapping cerebral app development.

Install

npm install cerebral-cli -g - makes the cerebral command available globally

Example usage

cerebral new my-app

  1. creates a basic project directory at ./my-app
  2. initializes new git repository
  3. installs npm dependencies

    Default project settings are: React, Immutable Model, and the Devtools module. However, the CLI allows you to select other options.

cd /my-app

npm start

  • runs a webpack-dev-server at localhost:3000
  • reloads on file changes

npm run build

  • outputs bundle to /build/bundle.js
0.0.17

8 years ago

0.0.16

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago