@goldenshun/shun

My personal cli for many awesomes

Usage no npm install needed!

<script type="module">
  import goldenshunShun from 'https://cdn.skypack.dev/@goldenshun/shun';
</script>

README

shun

shun is my personal cli for many awesomes

Setup

npm i -g @goldenshun/shun

Usage

Generating a NextJS static application

  1. Clone/create a new git repository
  2. Run shun nextjs static or shun nextjs ssr in the root of the repository
  3. npm i to install dependencies
  4. npm run dev to make sure it's working

Contributions

Publishing a new version

  1. Bump the version in the package.json
  2. npm publish