1.0.0 • Published 5 years ago

web-cell-cli v1.0.0

Weekly downloads
2
License
AGPL-3.0
Repository
github
Last release
5 years ago

WebCell DevCLI

Developer command-line tool for WebCell

NPM Dependency Build Status

NPM

Feature

  1. Boot a directory as a WebCell project

  2. Create a Component from Code template

  3. Bundle components to a package with JS modules in it

  4. Support to import HTML & CSS (LESS, SASS/SCSS or Stylus) as a String, JSON & YAML as an Object, and other assets as Data URI in ES module

  5. Real-time preview during development in Chrome, Firefox or IE

Usage

Create a Project

npm init web-cell path/to/your_project \
    --remote https://github.com/your_id/repo_name.git

Create a Component

web-cell new your-tag attr1,attr2

Create a Router & Pages

web-cell new-router router_prefix page1,page2

Configuration reference

Command

Usage: web-cell [options] [command]

Developer command-line tool for WebCell

Options:
    -V, --version              output the version number
    -h, --help                 output usage information

Commands:
    boot [path] [options]      Boot a directory as a WebCell project
    new <name> [attributes]    Create a Component from Code template
                               (Attributes should be separated by commas)
    new-router <name> [pages]  Create a Router from Code template
                               (Pages should be separated by commas)
    pack                       Bundle components to a package with JS modules in it
    preview                    Real-time preview during development
    help [cmd]                 display help for [cmd]

Typical case

  1. Cell Router

  2. Material Cell

  3. GitHub Web widget

  4. Month picker

1.0.0

5 years ago

1.0.0-beta

5 years ago

1.0.0-alpha

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.9

5 years ago

0.7.8

5 years ago

0.7.7

5 years ago

0.7.6

5 years ago

0.7.5

5 years ago

0.7.4

5 years ago

0.7.3

5 years ago

0.7.2

5 years ago

0.7.1

6 years ago

0.7.0

6 years ago

0.6.4

6 years ago

0.6.3

6 years ago

0.6.2

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.2

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.7

6 years ago

0.4.6

6 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago