Skip to content

undervolta/create-scaff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Contributors