Svletey: Cli for Svlete-Kit
$ npm install -g @lalit64/sveltey
$ svl COMMAND
running command...
$ svl (-v|--version|version)
@lalit64/sveltey/1.0.5 darwin-x64 node-v14.17.3
$ svl --help [COMMAND]
USAGE
$ svl COMMAND
...
svl create [OUTPUT]
svl hello [FILE]
svl help [COMMAND]
svl new [FILE]
svl create [OUTPUT]
describe the command here
USAGE
$ svl create [OUTPUT]
OPTIONS
-h, --help show CLI help
See code: src/commands/create.ts
svl help [COMMAND]
display help for svl
USAGE
$ svl help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
svl new [FILE]
describe the command here
USAGE
$ svl new
❯ What is the name of you component:
OPTIONS
-h, --help show CLI help
See code: src/commands/new.ts