Releases: nabeelvalley/project-init
Releases · nabeelvalley/project-init
✨ Add Gatsby/MDX/Tailwind Template
Gatsby + MDX + Tailwind
The gatsby-mdx-tailwind
template is a Javascript Gatsby template using:
mdx
for page generationtailwindcss
for stylingframer motion
is installed for animations, but the template does not use it- A
.prettierrc
config file for formatting with Prettier
🔎 SEO Setup for NPM
Add keywords, repo, and homepage details for NPM
📝 Update README
Add usage information to README
✨ Initial Package Release
Included Templates
Typescript Static
The ts-static
template is a Typescript template for a static site using:
typescript
as the language andtsc --watch
to scan for errorsparcel
to compile the application and run the development serverconcurrently
to run the dev server and error watch at the same time
Typescript Node
The ts-node
template is a Typescript template for Node.js applications using:
typescript
as the language and the Typescript compiler to compile- Includes a
.vscode/launch.json
for debugging