Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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