rincewind v3.0.12
rincewind
Rincewind: Create React Apps with Parcel + React + PostCSS (with Tailwind) + TypeScript

Usage
$ npm install -g rincewind
$ rincewind # or rwBy default it creates the new app in a directory called rincewind-app. If you want to specify the folder name, add an extra arg: rw create myapp
Once you have a scaffolded app, cd into the project and then either run:
rw buildfor a production buildrw servefor local development. (aliases for this:rw devorrw develop)
rw is just an alias for rincewind, you can use rw interchangeably everywhere except with npx
Enjoy!
Commands
rincewind create
Aliases: rw create
Creates a Rincewind app. Only basic template available for now. You can pass an arg or a -d flag to specify the name of the directory it creates.
$ npm install -g rincewind
$ rincewind # or rwThese all also do the same thing
npx rincewindcreates a rincewind app without installrw initrw createrw init myapprw create myapprw init -d myapprw create -d myapp
rincewind serve
Aliases: rw dev, rw develop
Locally serve a rincewind app for development.
rincewind serveThese all also do the same thing
rw serverw devrw develop
rincewind build
Aliases: rw build
Build a Rincewind app for production.
rincewind buildThese all also do the same thing
rw build
Roadmap
- add basic design system to draw from
- other templates to scaffold from including your own
- caching the node modules so you copy paste
- module/nomodule
- preact aliasing
- react single file components
- other ideas from Proxx: https://www.youtube.com/watch?v=fWc3Zu6A3Ws
- need to be liefie resistant - service workers
- ???
- Give me your ideas! https://twitter.com/swyx
Name and History
v0-v2 of this package was a different project, run by https://github.com/mmckegg over from 2013-2016
https://github.com/mmckegg kindly handed this project over to swyx in Nov 2019, because of his deep love of Terry Pratchett's Discworld series and its bumbling Wizzard.
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
10 years ago
10 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago