mirror of
https://github.com/MincoMK/create-computercraft.git
synced 2025-12-10 06:33:18 +00:00
docs: readme
This commit is contained in:
25
README.md
Normal file
25
README.md
Normal file
@@ -0,0 +1,25 @@
|
|||||||
|
[](https://www.npmjs.com/package/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.
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "create-computercraft",
|
"name": "create-computercraft",
|
||||||
"version": "1.0.9",
|
"version": "1.0.9",
|
||||||
"description": "",
|
"description": "A simple tool for creating new ComputerCraft projects.",
|
||||||
"files": [
|
"files": [
|
||||||
"./dist/**/*.js",
|
"./dist/**/*.js",
|
||||||
"./templates/**/*"
|
"./templates/**/*"
|
||||||
|
|||||||
Reference in New Issue
Block a user