A CLI tool for initializing a new ScaffScript project.
Warning
This project is still in early development. The syntax and features are subject to change. Use at your own risk.
For more information, please refer to the official documentation.
bun create @scaffscript/project@latest
npm create @scaffscript/project@latest
pnpm create @scaffscript/project@latest- Make sure you have Bun installed.
- Clone this repository.
- Install dependencies:
bun install- Build the project:
bun run build- Link the project:
bun link- Use the CLI tool as described in the Usage section.
MIT License
Contributions are welcome! Please open an issue or submit a pull request.