@goldenshun/shun
v0.4.3
Published
My personal cli for many awesomes
Downloads
8
Readme
shun
shun is my personal cli for many awesomes
Setup
npm i -g @goldenshun/shun
Usage
Generating a NextJS static application
- Clone/create a new git repository
- Run
shun nextjs static
orshun nextjs ssr
in the root of the repository npm i
to install dependenciesnpm run dev
to make sure it's working
Contributions
Publishing a new version
- Bump the version in the package.json
npm publish