@six-socks-studio/create-sss-app
v1.0.12
Published
Create a SSS Project in seconds.
Downloads
6
Readme
SSS Nuxt BoilerPlate
Create a SSS project
Usage
Make sure you have npx installed (npx
is shipped by default since npm 5.2.0
)
npx @six-socks-studio/create-sss-app <my-project>
Or with yarn:
yarn create sss-app <my-project>
CLI Options
--edge
Alias: -e
.
To install nuxt-edge instead of nuxt, add the command line option --edge
:
npx @six-socks-studio/create-sss-app <my-project> --edge
Or
yarn @six-socks-studio/create-sss-app <my-project> --edge
--info
Alias: -i
. Print out debugging information relating to the local environment and exit.
--help
Alias: -h
. Show the help information and exit, include: usage, command and all cli options.
--verbose
Show debug logs
--version
Alias: -v
. Show version number and exit.