https://github.com/phonowell/fire-compiler
Fast compile everything!
https://github.com/phonowell/fire-compiler
Last synced: 2 months ago
JSON representation
Fast compile everything!
- Host: GitHub
- URL: https://github.com/phonowell/fire-compiler
- Owner: phonowell
- License: mit
- Created: 2022-09-07T03:45:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T06:13:21.000Z (11 months ago)
- Last Synced: 2025-05-07T04:37:58.842Z (2 months ago)
- Language: TypeScript
- Size: 611 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Fire Compiler
Fast compile everything!
- `.coffee` -> `.ahk`
- `.pug` -> `.html`
- `.styl` -> `.css`
- `.ts` -> `.js`
- `.yaml` -> `.json`## Install
```shell
pnpm i fire-compile
```## Usage
```typescript
import compiler from 'fire-compiler'compiler.compile('1.ts')
```