Skip to content

kevinJ045/rew

Repository files navigation


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.

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

Getting Started

  1. Install rew globally
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

  1. Create a rew project
rew create myrewproj
  1. Run your project as an app or file
rew run .

Optionally, you can run single files with rew [filename]

Docs

You can pay a visit to the 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.

Releases

No releases published

Packages

No packages published

Languages