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

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago