chore: remove CLI details on readme
This commit is contained in:
parent
3c56af6223
commit
4538e3c168
1 changed files with 0 additions and 18 deletions
18
README.md
18
README.md
|
@ -44,24 +44,6 @@ The time has come for vanilla Web tech. 🎉
|
||||||
- e.g., `./routes/api/users.ts` can be accessed via `http://<domain>/api/users`
|
- e.g., `./routes/api/users.ts` can be accessed via `http://<domain>/api/users`
|
||||||
- TypeScript or JavaScript welcome!
|
- TypeScript or JavaScript welcome!
|
||||||
|
|
||||||
## McFly CLI (In-Progress)
|
|
||||||
|
|
||||||
The **McFly CLI** can assist further in scaffolding new projects and building blocks:
|
|
||||||
|
|
||||||
```
|
|
||||||
npm i -g @mcflyjs/cli
|
|
||||||
```
|
|
||||||
|
|
||||||
Then, you can run the following **McFly CLI** commands:
|
|
||||||
|
|
||||||
| Command | Action |
|
|
||||||
| --- | --- |
|
|
||||||
| `mcfly new` | Creates a new McFly project. |
|
|
||||||
| `mcfly serve` | Runs the developent server. |
|
|
||||||
| `mcfly build` | Builds the McFly project for production. |
|
|
||||||
| `mcfly prepare` | Prepares the McFly workspace. |
|
|
||||||
| `mcfly generate` | Generates building blocks for a McFly app. (In-progress) |
|
|
||||||
|
|
||||||
## McFly config
|
## McFly config
|
||||||
|
|
||||||
To tell McFly you want to use components, pass the mode (only `"js"` for now) to the `components` prop mcfly.config.ts
|
To tell McFly you want to use components, pass the mode (only `"js"` for now) to the `components` prop mcfly.config.ts
|
||||||
|
|
Loading…
Reference in a new issue