🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

cerebral-cli

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cerebral-cli

Command line tool for bootstrapping cerebral app development.

latest
Source
npmnpm
Version
0.0.17
Version published
Weekly downloads
1
-66.67%
Maintainers
2
Weekly downloads
 
Created
Source

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

  • creates a basic project directory at ./my-app
  • initializes new git repository
  • 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

Keywords

cerebral

FAQs

Package last updated on 14 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts