Your magical project starter for ComputerCraft TypeScript adventures! ✨
bun create cc-ts my-awesome-project
Perfect for building complete applications! Includes:
@cc-ts/builder
for smart bundlingbun create cc-ts my-app
# Select "Bundled App" when prompted
cd my-app
bun install
bun run dev # Start development server
Create shareable libraries for the community! Features:
bun create cc-ts my-library
# Select "CC Library" when prompted
cd my-library
bun install
bun run build # Build your library
create-cc-ts [options] [target-dir]
Options:
-h, --help Show this help message
-v, --version Show version number
--pm Specify package manager to use
Both project types come with:
We love contributions! Here's how you can help:
git checkout -b feature/amazing-feature
)git commit -m 'Add some amazing feature'
)git push origin feature/amazing-feature
)MIT - feel free to use in your own projects!
Made with ❤️ by the CC-TS team