@thy-weaver/core
v1.0.3
Published
A cli to compile and bundle Twine based stories
Downloads
22
Readme
Stack
- Rolldown (In place of Webpack)
- Optional support for Typescript
- SWC (In place of Babel)
- PostCSS with:
- Optional support for TailwindCSS
- SASS
- Modern CSS support (If you want to use vanilla CSS)
Getting started
The easiest way is using create-weaver
pnpm create weaver@latestYou be prompted with some configuration (If you want Tailwind for example), after this setup, start developing!
cd <your-project-path>
pnpm intall
pnpm weaver setup
pnpm weaver devLicense
MIT
Disclaimer
This project is not affiliated or endorsed by Twine or The Interactive Fiction Technology Foundation
Based on create-vite and create-vue
