A simple coffescript runtime and app manager
npm install @makano/rew
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
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]`Any suggestions, bug fixes or ideas are accepted, feel free to ask anything.