1.2.0 • Published 5 years ago

bollireact v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Bollireact

bollire react - a yarn, parcel, react, prettier boilerplate

...bollire means boil in italian or something

NOTE: this is for my own personal use...I do not recommend using this unless you fully understand what it does

Usage

npx bollireact

What it is

A cli prompt which will asks for:

  • name
  • display name
  • description (optional)
  • additional dependencies (optional)
  • additional dev dependencies (optional)

NOTE: I basically child_process.exec a bunch of shit so use with caution!

What it do

Creates a ready-to-rock react app bundled by parcel. The result app structure looks like:

├── README.md
├── node_modules/
├── package.json
├── src
|  ├── App
|  |  └── index.js
|  ├── index.css
|  ├── index.html
|  └── index.js
└── yarn.lock
1.2.0

5 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago