Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kevinj045/rew

A simple coffeescript runtime
https://github.com/kevinj045/rew

coffeescript javascript runtime

Last synced: 10 days ago
JSON representation

A simple coffeescript runtime

Awesome Lists containing this project

README

        





Rew




GitHub stars

GitHub issues

GitHub forks
npm version

Rew is a simple lightweight coffeescript runtime, made to simplify using coffescript and revive it
in the process.

```coffee
using namespace std::ns ->
define Main ->
print 'hello world' |> str
```

## Getting Started
1. Install `rew` globally
```bash
npm i @makano/rew -g
```
> If you're using `nixos`, you can try with `npm config set prefix '~/.npm-global'` and add that to your path
2. Create a `rew` project
```bash
rew create myrewproj
```
3. Run your project as an app or file
```bash
rew run .
```
Optionally, you can run single files with `rew [filename]`

## Docs
You can pay a visit to the [docs](https://kevinj045.github.io/rew-docs/) to learn more about rew and how it works.

## Author's Notes

Any suggestions, bug fixes or ideas are accepted, feel free to ask anything.