Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikasoba/esc
esbuild wrapper like tsc
https://github.com/ikasoba/esc
build-tool esbuild javascript typescript
Last synced: about 1 month ago
JSON representation
esbuild wrapper like tsc
- Host: GitHub
- URL: https://github.com/ikasoba/esc
- Owner: ikasoba
- Created: 2023-11-27T17:18:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-03T14:32:41.000Z (about 1 year ago)
- Last Synced: 2024-10-24T06:07:15.728Z (3 months ago)
- Topics: build-tool, esbuild, javascript, typescript
- Language: TypeScript
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
ποΈescβ‘οΈ
esbuild wrapper like tscesc is a command line tool that builds a project based on tsconfig.json.
# Usage
```sh
$ esc build
```# Loader
```sh
$ node --import @ikasoba000/esc/loader
```# Installation
```sh
$ npm i -g github:ikasoba/esc
```