An open API service indexing awesome lists of open source software.

https://github.com/boilertown/create-boilertown

⚙️ The ultimate CLI to set up your project from curated boilerplates. Never let setup slow you down!
https://github.com/boilertown/create-boilertown

boilerplate cli template

Last synced: 4 months ago
JSON representation

⚙️ The ultimate CLI to set up your project from curated boilerplates. Never let setup slow you down!

Awesome Lists containing this project

README

          

Boilertown


The ultimate CLI to set up your project from curated collection of boilerplates



npm

MIT license

## 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:

```bash
# 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](https://github.com/boilertown/react-nostalgia-boilerplate) - Application boilerplate. Typescript, React, React Router v6, Styled-components, Babel, Webpack.
- [react-minimal-boilerplate](https://github.com/boilertown/react-minimal-boilerplate) - Basic Vite boilerplate with a little steroids. Typescript, Vite, Vitest, React, React Router v6, Tailwind CSS.
- [react-minimal-v2-boilerplate](https://github.com/boilertown/react-minimal-v2-boilerplate) - Version 2 of `react-minimal-boilerplate`. Use [@antfu/eslint-config](https://github.com/antfu/eslint-config) to lint and format codes.
- [react-parcel-boilerplate](https://github.com/boilertown/react-parcel-boilerplate) - Typescript, Parcel, React, React Router v6, Tailwind CSS.
- [react-ui-boilerplate](https://github.com/boilertown/react-ui-boilerplate) - React UI components boilerplate. Typescript, React, Emotion, Rollup, Babel.
- [react-module-federation-boilerplate](https://github.com/boilertown/react-module-federation-boilerplate) - Monorepo with Nx, Typescript, React, React Router v6, Webpack and Module Federation.
- [react-monorepo-boilerplate](https://github.com/boilertown/react-monorepo-boilerplate) - Monorepo boilerplate. Typescript, Turborepo, React, React Router v6, Next.js, Rollup, Babel, Webpack.

### Node

- [node-cli-boilerplate](https://github.com/boilertown/node-cli-boilerplate) - Node.js CLI boilerplate - `create-boilertown` is using this. Typescript, tsup, Vitest.
- [node-package-boilerplate](https://github.com/boilertown/node-package-boilerplate) - Node.js module boilerplate. Typescript, Rollup, Vitest.

## Contributing

Please see the [Contributing Guide](/CONTRIBUTING.md).