Rew is a simple lightweight coffeescript runtime, made to simplify using coffescript and revive it in the process.
using namespace std::ns ->
define Main ->
print 'hello world' |> str
- Install
rew
globally
npm i @makano/rew -g
If you're using
nixos
, you can try withnpm config set prefix '~/.npm-global'
and add that to your path
- Create a
rew
project
rew create myrewproj
- Run your project as an app or file
rew run .
Optionally, you can run single files with rew [filename]
You can pay a visit to the docs to learn more about rew and how it works.
Any suggestions, bug fixes or ideas are accepted, feel free to ask anything.