Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T06:13:21.000Z (5 months ago)
- Last Synced: 2024-10-29T01:15:36.475Z (3 months ago)
- Language: TypeScript
- Size: 611 KB
- Stars: 0
- Watchers: 3
- 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')
```