create-rbxts-library
Scaffold a new rbxts library
Background
I've been working on a lot of rbxts libraries lately, and I found myself copy and pasting
a lot of the same files and depndencies.
To make this process easier, I've created create-rbxts-library
- which will automatically
handle the scaffolding process for me.
Usage
Use pnpm's create command to scaffold a new project.
pnpm create @daymxn/create-rbxts-library
Roadmap
- Configurable file for default values
- Node API for external usage (outside of a CLI)
- First argument for scaffolding with default values and the project name
License
Apache 2.0