1.0.0 • Published 5 years ago
@nabeelvalley/project-init v1.0.0
Starter Templates
Preconfigured Starter templates for different frameworks, languages, and configurations
Usage
npx @nabeelvalley/project-initAnd then select a template and a name for your project. The CLI will then initialize a template with your file contents in the selected directory
Included Templates
Typescript Static
The ts-static template is a Typescript template for a static site using:
typescriptas the language andtsc --watchto scan for errorsparcelto compile the application and run the development serverconcurrentlyto run the dev server and error watch at the same time- A
.prettierrcconfig file for formatting with Prettier
Typescript Node
The ts-node template is a Typescript template for Node.js applications using:
typescriptas the language and the Typescript compiler to compile- Includes a
.vscode/launch.jsonfor debugging - A
.prettierrcconfig file for formatting with Prettier
Gatsby + MDX + Tailwind
The gatsby-mdx-tailwind template is a Javascript Gatsby template using:
mdxfor page generationtailwindcssfor stylingframer motionis installed for animations, but the template does not use it- A
.prettierrcconfig file for formatting with Prettier