mcfly/packages/cli/README.md

25 lines
586 B
Markdown

# McFly CLI
The **McFly CLI** is the command-line tooling for [McFly](https://ayco.io/gh/McFly) -- a no-framework framework that assists in leveraging the web platform.
## Installation
Install the CLI using npm:
```
npm i -g @mcflyjs/cli
```
## Commands
You can run the following **McFly CLI** commands:
| Command | Action |
| --- | --- |
| `mcfly prepare` | Prepares the McFly workspace. |
| `mcfly new` | Creates a new McFly project. |
| `mcfly generate` | Generates building blocks for a McFly app. |
---
*Just keep building*<br />
*A project by [Ayo Ayco](https://ayco.io)*