ventileco-boilerplate
v1.1.5
Published
A collection of reusable boilerplates for rapidly starting new projects. Supports React apps, pure TypeScript applications, and library/package development using modern build tools.
Downloads
27
Readme
@ventileco/boilerplate
A collection of reusable boilerplates for rapidly starting new projects. Supports React apps, pure TypeScript applications, and library/package development using modern build tools.
🚀 Available Boilerplates
react-webpack
- React app with Webpack bundling
- Hot Module Replacement (HMR)
ts-webpack
- Pure TypeScript application (non-React)
- Webpack bundling
- Clean output structure
- Hot Module Replacement (HMR)
package-rollup
- Ideal for TypeScript package development
- Rollup bundler configured
- Outputs ESM builds
⚙️ Shared Features
- 🧹 ESLint & Prettier for consistent code style
- 🚀 Built with TypeScript
- 💥 Pre-configured Husky + lint-staged for pre-commit hooks
- 📁 Minimal and consistent project structure
🧪 Getting Started
Use the official CLI to create a project:
npx ventileco-boilerplate [projectName]📂 Folder Structure
packages/boilerplate/
├── react-webpack/ # React + Webpack boilerplate
├── ts-webpack/ # TypeScript (non-React) + Webpack boilerplate
└── package-rollup/ # Rollup-based package boilerplate