Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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
```