@create-mastery/cli
v0.1.9
Published
The official Create Website CLI, created to enhance the DX
Readme
Create Mastery CLI
The official Create Mastery CLI — your tool to enhance DX when working on the Create Mastery website.
Installation
npm install -g @create-mastery/cliFirst Step
Before running most commands, make sure you have cloned the Create Mastery website:
cm clone path/to/destinationUsage
Run the CLI help to see all available commands:
cm --helpCommon Commands
cm clone <destination>— clone the Create Mastery project repocm add component <name> [--props] [--client]— create a new componentcm add language <language>— add a new language for i18ncm gen schema— generate the dictionary JSON schemacm version— display CLI version and project infocm scripts— list all scripts from the project package.json
