0.0.17 • Published 9 years ago

cerebral-cli v0.0.17

Weekly downloads
5
License
MIT
Repository
github
Last release
9 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

9 years ago

0.0.16

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

9 years ago

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago