@hkamran/nextjs-scaffold-ts

0.1.6 • Public • Published

@hkamran/nextjs-scaffold-ts

License: AGPL-3.0 npm version

A scaffolding system for Vite-powered Vue 3 (TypeScript) apps

Installation

npm i -D @hkamran/nextjs-scaffold-ts
npx @hkamran/nextjs-scaffold-ts

Usage

I recommend using this program with npx, via npx @hkamran/nextjs-scaffold-ts. However if you would like, you can also use it by installing the package, then using the nextjs-scaffold-ts binary.

Flags

  • --npm-executable [npm executable] (optional, defaults to npm): The npm executable to use
  • --remove-api: Remove the api folder
  • --styling: Install Prettier and configure them
  • --tailwindcss: Install Tailwind CSS and configure it
  • --disallow-robots: Add a robots.txt that disallows all bots (omitting this flag will add the version that allows all)
  • --verbose: Show output

Package Sidebar

Install

npm i @hkamran/nextjs-scaffold-ts

Weekly Downloads

7

Version

0.1.6

License

AGPL-3.0-or-later

Unpacked Size

8.43 kB

Total Files

3

Last publish

Collaborators

  • hkamran