Skip to content

Instantly share code, notes, and snippets.

@vsimko
Last active October 18, 2017 10:49
Show Gist options
  • Select an option

  • Save vsimko/4477ed77dbbf5167cc27e61a653b11ca to your computer and use it in GitHub Desktop.

Select an option

Save vsimko/4477ed77dbbf5167cc27e61a653b11ca to your computer and use it in GitHub Desktop.
Some notes regarding javascript

Commandline interfaces

  • chalk : colors in terminal
  • commander : command line argparser + help generator
  • yargs - argparsing, successor of the optimist package
  • prettier : code formatter
  • generate-changelog : Generates CHANGELOG.md from git commit hostory. Commit messages must be in certain format.
  • ecore: EMF in javascript
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment