UNPKG

878 BMarkdownView Raw
1## Misk CLI
2
3![](https://raw.githubusercontent.com/square/misk/master/misk.png)
4This package provides the Misk CLI tool that generates build files for Misk Tabs.
5
6## Getting Started
7
8```bash
9$ npm install -g @misk/cli
10```
11
12## Commands
13
14```Bash
15miskweb <command>
16
17Commands:
18 miskweb build run webpack production build
19 miskweb ci-build run a fast, clean, webpack production build
20 miskweb clean remove build directory and other temporary files
21 miskweb lint lint all files
22 miskweb new create a new tan
23 miskweb prebuild consume miskTab.json and write necessary build files
24 miskweb start start webpack development server
25 miskweb zip zip source code for tab
26```
27
28## [Releasing](https://github.com/square/misk-web/blob/master/RELEASING.md)
29
30## [Changelog (and Breaking Changes)](https://github.com/square/misk-web/blob/master/CHANGELOG.md)