1.0.48 • Published 4 years ago
npx-create-test v1.0.48
��# Just a Boilerplate Test
This npx create is just a boilerplate for testing purposes. The output files will install Next.js dependencies with a package.json and node modules. There is no app with this package, created for testing purposes
For development
npm run dev
For build
npm run release
Build output will create a dist folder
If using for a Next.js App: For JS - include files in templates/default For TS - include files in templates/typescript
npx-test
To get started, use the following command:
npx npx-create-test
Or, for a TypeScript project:
npx npx-create-test --typescript
To create a new app in a specific folder, you can send a name as an argument. For example, the following command will create a new Next.js app called blog-app
in a folder with the same name:
npx npx-create-test blog-app