Skip to content

Instantly share code, notes, and snippets.

@calimaborges
Created March 10, 2016 16:10
Show Gist options
  • Save calimaborges/83cb22b8d377e0d50226 to your computer and use it in GitHub Desktop.
Save calimaborges/83cb22b8d377e0d50226 to your computer and use it in GitHub Desktop.
Steps to create new project
  • Create GitHub repo (tell it to create the README.md and the .gitignore to proper language)
  • Clone de repo in your development environment
  • npm init the repo
  • Commit the repo
  • Integrate Travis CI
  • Integrate Code Climate
  • Add Code Coverage from Code Climate
  • Update README.md with badges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment