docs: readme

This commit is contained in:
2025-10-26 13:36:07 +09:00
parent c21c4ecf43
commit c5114af2c6
2 changed files with 26 additions and 1 deletions

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
[![npm](https://img.shields.io/npm/v/create-computercraft)](https://www.npmjs.com/package/create-computercraft)
[![license](https://img.shields.io/npm/l/create-computercraft)](https://www.npmjs.com/package/create-computercraft)
# create-computercraft
A simple tool for creating new ComputerCraft-TS projects. ComputerCraft-TS automatically converts your TypeScript project to a single lua file.
## Usage
```sh
npm create computercraft@latest
```
## Templates
- **executable:** A standalone ComputerCraft program.
- **library:** A library for use in other ComputerCraft programs.
## Contributing
Contributions are welcome! Please open an issue or submit a pull request.
## License
This project is licensed under the ISC License.