Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voxelhax/mcmdlogger-script-template-ts
MCmdLogger script template (TypeScript)
https://github.com/voxelhax/mcmdlogger-script-template-ts
Last synced: about 2 months ago
JSON representation
MCmdLogger script template (TypeScript)
- Host: GitHub
- URL: https://github.com/voxelhax/mcmdlogger-script-template-ts
- Owner: VoxelHax
- Created: 2022-05-21T18:18:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T17:00:40.000Z (11 months ago)
- Last Synced: 2024-02-13T18:25:20.924Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MCmdLogger script template (TypeScript)
You can use this template to create MCmdLogger plugins with TypeScript and ES6 import system.
## Manifest
Script manifest is located in `script.config.js` file.
## Build
```bash
npm run build
```