https://github.com/repcomm/crystalbridge
bridge between a discord server and a minecraft server
https://github.com/repcomm/crystalbridge
Last synced: 13 days ago
JSON representation
bridge between a discord server and a minecraft server
- Host: GitHub
- URL: https://github.com/repcomm/crystalbridge
- Owner: RepComm
- Created: 2021-07-11T21:11:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-11T21:11:21.000Z (almost 5 years ago)
- Last Synced: 2025-06-23T00:45:51.179Z (11 months ago)
- Language: TypeScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
# ts-esm-babel-template
Because I don't want to look up the preset-env arguments
and guess for two hours until getting it right, again.
## Function
This repo is set up to use babel 7^
to compile typescript to javascript esmodules
Simply run:
`npm run build` or `./build.sh`
File copy is set up as well.
`src/index.ts` -> `lib/index.js`
`src/index.html` -> `lib/index.html`
If you feel this template could be made better,
submit a PR and I'll merge if its pretty + works :)