@goldenshun/shun

My personal cli for many awesomes


License
MIT
Install
npm install @goldenshun/shun@0.4.3

Documentation

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