Skip to content

Latest commit

 

History

History

sifrr-cli

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.