@rbxts/fable
v0.9.7
Published
An easy to use story (game) creator for Roblox. Made in roblox-ts.
Readme
Fable
An easy to use story (game) creator for Roblox. Made in roblox-ts.
Installation
npm:
npm install @rbxts/fable
.tgz:
npm install ../path/to/file/rbxts-fable-1.0.0.tgz
Building
- First, be sure to install all necessary dependencies:
npm i. - Next, compile the project:
rbxtsc build. - You can then build the package for external use:
npm pack. Or you can build the example project for testing:npm run build.
Documentation
Documentation is currently incomplete. It can be built via npx typedoc ./src/index.ts.
