0.0.4 • Published 6 years ago

aster-cli v0.0.4

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

Aster

Table of Contents

Requirements

node 9

Installation

npm install -g aster-cli

.asterrc - json file with your project structure. Put in root of your project.

{
  "page": "./src/pages",
  "component": "./src/components"
}

Put your project snippets (component.js and container.js) in .snippets folder You can use %name% as variable for file name.

Usage

aster create page Home

Files will be created in page folder (.asterrc) all %name% in snippets will be replaced with "Home"

Support

Please open an issue for support.

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago