The official Create Website CLI, created to enhance the DX
npm install @create-mastery/cliThe official Create Mastery CLI — your tool to enhance DX when working on
the Create Mastery website.
``sh`
npm install -g @create-mastery/cli
Before running most commands, make sure you have cloned the Create Mastery website:
`sh`
cm clone path/to/destination
Run the CLI help to see all available commands:
`sh`
cm --help
- cm clone — clone the Create Mastery project repocm add component
- — create a new componentcm add 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
-