Skip to content

Instantly share code, notes, and snippets.

@toctan
Last active December 20, 2015 22:59
Show Gist options
  • Save toctan/6209203 to your computer and use it in GitHub Desktop.
Save toctan/6209203 to your computer and use it in GitHub Desktop.
Convert existing js project to CoffeeScript.
find . -name '*.js' -not -path './node_modules/*' -exec sh -c 'js2coffee {} > {}.coffee && rm {}' \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment