As of right now, you have to download or clone the repository and copy the files you need into your project. In the future, we will provide a CLI to make this process easier.
- TypeScript Library - A boilerplate for a library written in TypeScript.
- uses
tsup
for building - uses
jest
for testing - uses
eslint
for linting - uses
prettier
for formatting - uses
semantic-release
for releasing - uses
pnpm
as package manager
- uses
- TypeScript CLI - A boilerplate for a CLI written in TypeScript.
- TypeScript Rest - A boilerplate for a REST API written in TypeScript.
- TypeScript RT - A boilerplate for a Realtime Websocket API written in TypeScript.
- Next.js 13 (Tailwind) - A boilerplate for a Next.js 13 project with Tailwind CSS.
- Next.js 13 (Chakra) - A boilerplate for a Next.js 13 project with Chakra UI.
- Next.js 13 (MUI) - A boilerplate for a Next.js 13 project with Material UI.
- Next.js 13 (Emotion) - A boilerplate for a Next.js 13 project with Emotion.
- Next.js 13 (Amethyst UI) - A boilerplate for a Next.js 13 project with Amethyst UI.
- Java Library - A boilerplate for a library written in Java.
- BlazingWorks - for funding and maintaining these boilerplates
- Hop - for serving as a reference for some tools used in the TS boilerplates (@onehop/js)
- For general issues or questions, open an issue
- For security issues, please send an email to [email protected]
- For important questions, please email [email protected]
These boilerplates are licensed under the MIT License.