Skip to content

Instantly share code, notes, and snippets.

@rick4470
Last active March 3, 2016 01:57
Show Gist options
  • Select an option

  • Save rick4470/bda3dcdc0e8ff566cde0 to your computer and use it in GitHub Desktop.

Select an option

Save rick4470/bda3dcdc0e8ff566cde0 to your computer and use it in GitHub Desktop.
Creating a new NodeJS Project
mkdir channel && cd channel
npm init
git init
echo "node_modules" >> .gitignore
echo "*.xml" >> .gitignore
npm install xml2js --save
vim app.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment