0.5.1 • Published 5 years ago
@seanconnolly/gen v0.5.1
@seanconnolly/gen
gen is my personal cli for many awesomes
Usage
Generating a NextJS static application
- Clone/create a new git repository
- Run one of the generator commands below or
npx @seanconnolly/gen nextjs ssrin the root of the repository npm ito install dependenciesnpm run devto make sure it's working
Next.js + Fauna
npx @seanconnolly/gen nextjs fauna
Next.js + Fauna + Material UI
npx @seanconnolly/gen nextjs fauna-mui
SSR Next.js (deprecated)
npx @seanconnolly/gen nextjs ssr
Static Next.js (deprecated)
npx @seanconnolly/gen nextjs static
Local testing
npm link
Publishing a new version
- Bump the version in the package.json
npm publish