##Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:alexpchin/.git
| { | |
| "name": "packages", | |
| "version": "1.0.0", | |
| "main": "index.js", | |
| "license": "MIT", | |
| "private": true, | |
| "scripts": { | |
| "start": "concurrently \"wsrun --parallel start\"" | |
| }, | |
| "workspaces": [ |
##Create a new repository on the command line
touch README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin [email protected]:alexpchin/.git