codebam / rew

A simple coffeescript runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Rew

GitHub stars GitHub issues GitHub forks npm version

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

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.

About

A simple coffeescript runtime


Languages

Language:JavaScript 95.7%Language:CoffeeScript 3.7%Language:Nix 0.6%Language:Shell 0.1%