0.1.0 • Published 5 years ago

behaveplus-dev-notes v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

behaveplus-dev-notes

node.js development notes for BehavePlus

Project Set Up

Replace with the npm-style package name, like'behaveplus-notes'

  • Create a new repository on github.com with an initial README.md https://github.com/cbevins/

  • Create a directory for the project with the following commands:

    • mkdir
    • cd
  • Initialize the project package.json file with the following caommand:

    • npm init
  • Open Visual Studio Code (VSC) from command line:

    • code .
  • In the VSC SCM window, add the repository to the SOURCE CODE PROVIDERS Ensure that git remote add origin has been run

Other STuff

0.1.0

5 years ago