Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 877 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 877 Bytes

sifrr-cli · npm version Doscify

Sifrr Command line interface.

How to use

Do npm i @sifrr/cli or yarn add @sifrr/cli or add the package to your package.json file.

Run npm run sifrr [command] or node_modules/.bin/sifrr [command]

# sifrr --help
Commands:
  sifrr element:generate <name>        [sifrr-dom] create sifrr element

Options:
  --help, -h     Help
  --version, -v  Current version                                  

Run sifrr [command] --help to show help for that command.

Commands

sifrr element:generate

Generate sifrr-element for given name in public/elements folder if no --path is given.