Socket
Socket
Sign inDemoInstall

cabbage

Package Overview
Dependencies
46
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cabbage

A little conventional project for Broccoli


Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Install size
2.79 MB
Created
Weekly downloads
 

Readme

Source

cabbage

Cabbage is a CLI for working with simple web applications built with Broccoli.

It is designed to provide a conventional directory layout and extensible default build configuration. It's also striving to be as compatible with the Lineman project structure as possible.

Installation

First, have Node.js (or io.js) and npm installed, then install the cabbage CLI:

$ npm install -g cabbage-cli

Using cabbage

To create a new project with cabbage, just change into the directory where you want the project:

$ cabbage new my-project

And you should see this output:

Cloning a new cabbage project into 'my-project'
Installing cabbage and broccoli from npm
Your cabbage/broccoli project is ready to go! To get started:

$ cd my-project
$ cabbage run

To start the broccoli server, you can run either broccoli serve or cabbage run and visit your application at localhost:8000

The name

The Broccoli vegetable we all know and love is the flowering head of a particular species of cabbage.

The Broccoli is apparently named after its tree-based domain model and API. Because this project seeks to be a foundational wrapper around broccoli, the name cabbage seemed appropriate.

Keywords

FAQs

Last updated on 07 Dec 2014

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc