UNPKG

617 BMarkdownView Raw
1## 1508-cli
2
3Will make adding new components easier to our webpack powered projects
4
5## Table of Contents
6
7* [Installation](#installation)
8* [Usage](#usage)
9* [Available features](#available-features)
10
11## Installation
12
13Since the tool is a cli, it needs to be installed globally to be of any real use
14
15```bash
16npm install -g 1508-cli
17```
18
19## Usage
20
21To generate a new component, navigate to the root of the project, and run the following command
22
23
24```
251508 component <name>
26```
27
28That will create the skeleton files needed for a basic component.
29
30## Available features
31
32To see all available options, run a `1508 --help`