UNPKG

create-bruh

Version:
27 lines (18 loc) 603 B
# `create-bruh` - Quickly start working with bruh Simply run: ```sh # Using npm npm init bruh # or npx... npx create-bruh # or yarn... yarn create bruh # or pnpm... pnpx create-bruh ``` At the moment, the starter choices are: - `vite` - `minimal` `vite` is the recommended option because it enables extremely fast prerendering within vite, along with JSX. `minimal` is an example of how bruh can be used entirely without build tools (it doesn't even use npm) If you don't see a template you like, keep in mind that bruh can simply be installed with `npm i bruh` and used in any project anyways.