@scaffscript/create-project
v0.2.0
Published
ScaffScript project initializer
Maintainers
Readme
@scaffscript/create-project
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.
Documentation
For more information, please refer to the official documentation.
Usage
bun create @scaffscript/project@latest
npm create @scaffscript/project@latest
pnpm create @scaffscript/project@latestInstallation (Development)
- 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.
License
MIT License
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
