Awesome
<h1 align="center">Boilertown</h1> <p align="center"> The ultimate CLI to set up your project from curated collection of boilerplates </p> <div align="center"> <a href="https://www.npmjs.com/package/create-boilertown"> <img alt="npm" src="https://img.shields.io/npm/v/create-boilertown?style=flat-square"> </a> <img src="https://img.shields.io/github/license/boilertown/react-nostalgia-boilerplate?style=flat-square" alt="MIT license" > </div>Introduction
Boilertown
is the boilerplate shopping center!
You can freely choose which boilerplate fit your purposes the most and kickstar your projects or ideas instantly. All the boilerplates in the collection are carefully crafted, they contains predefined configurations and effective folder architectures to help boosting developers experience and productivity.
Getting started
To start scaffolding your project, run any of the following three commands and answer the command prompt questions:
# npx
npx create-boilertown@latest
# npm
npm create boilertown@latest
# yarn
yarn create boilertown
# pnpm
pnpm create boilertown
Available boilerplates
The list of boilerplates that you can select in Boilertown:
React
- react-nostalgia-boilerplate - Application boilerplate. Typescript, React, React Router v6, Styled-components, Babel, Webpack.
- react-minimal-boilerplate - Basic Vite boilerplate with a little steroids. Typescript, Vite, Vitest, React, React Router v6, Tailwind CSS.
- react-minimal-v2-boilerplate - Version 2 of
react-minimal-boilerplate
. Use @antfu/eslint-config to lint and format codes. - react-parcel-boilerplate - Typescript, Parcel, React, React Router v6, Tailwind CSS.
- react-ui-boilerplate - React UI components boilerplate. Typescript, React, Emotion, Rollup, Babel.
- react-module-federation-boilerplate - Monorepo with Nx, Typescript, React, React Router v6, Webpack and Module Federation.
- react-monorepo-boilerplate - Monorepo boilerplate. Typescript, Turborepo, React, React Router v6, Next.js, Rollup, Babel, Webpack.
Node
- node-cli-boilerplate - Node.js CLI boilerplate -
create-boilertown
is using this. Typescript, tsup, Vitest. - node-package-boilerplate - Node.js module boilerplate. Typescript, Rollup, Vitest.
Contributing
Please see the Contributing Guide.