behaveplus-dev-notes
v0.1.0
Published
node.js development notes for BehavePlus
Downloads
3
Readme
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