Skip to content

Instantly share code, notes, and snippets.

@tmcw
Last active August 29, 2015 13:58
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmcw/10127895 to your computer and use it in GitHub Desktop.
Save tmcw/10127895 to your computer and use it in GitHub Desktop.

If you are me and you like node, but are on a sort of adventure tour through Android, you might be wondering 'what's the x for y'? Here are the mental mappings I've been unconsciously forming.

Node Android
mikeal/request okhttp
npm (cli) gradle
npmjs.org sonatype
jshint checkstyle
underscore guava
mocha junit
vim intellij
npm packages aar files
docco javadoc
npm link local maven repo
nvm android binary
package.json build.gradle or pom.xml or ApplicationManifest.xml
index.js Activity class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment