mcfly/packages/cli
2023-10-29 00:07:28 +02:00
..
commands fix: global route interceptor 2023-10-28 23:26:30 +02:00
globals fix: global route interceptor 2023-10-28 23:26:30 +02:00
utils refactor(cli): prepare steps, utils, and globals; clean up unused args 2023-10-28 22:48:58 +02:00
index.js chore: try file type fix for vercel 2023-10-26 22:27:31 +02:00
LICENSE feat(cli): initial cli package 2023-10-25 21:50:25 +02:00
package.json chore: bump versions 2023-10-29 00:07:28 +02:00
README.md refactor(cli): rename dev command to serve 2023-10-26 17:46:27 +02:00

McFly CLI

The McFly CLI is the command-line tooling for 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 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)

Just keep building
A project by Ayo Ayco