Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 925 Bytes

File metadata and controls

52 lines (32 loc) · 925 Bytes

@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@latest

Installation (Development)

  1. Make sure you have Bun installed.
  2. Clone this repository.
  3. Install dependencies:
bun install
  1. Build the project:
bun run build
  1. Link the project:
bun link
  1. 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.