@six-socks-studio/create-sss-app

Create a SSS Project in seconds.

Usage no npm install needed!

<script type="module">
  import sixSocksStudioCreateSssApp from 'https://cdn.skypack.dev/@six-socks-studio/create-sss-app';
</script>

README

SSS Nuxt BoilerPlate

NPM version CircleCI

Create a SSS project

preview

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.