0.1.8 • Published 2 years ago

obotix-cli v0.1.8

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

obotix-cli

obotix CLI

CLI Installation

To install the command line, run the following: npm install -g obotix-cli

To upgrade the command line, run the following: npm uninstall -g

To uninstall the command line, run the following: npm uninstall -g obotix-cli

Create a new project

# NEXT STEPS:
#
obotix-cli create backend project-name
cd backend project-name
echo NODE_ENV=devlopment > .env

# NOTE: use with git version >= 2.28.0
git init -b main 
# NOTE: git version < 2.28.0
git init && git symbolic-ref HEAD refs/heads/main 


git remote add origin <REMOTE_URL>
git pull origin main
git add . && git commit -m "initial commit from CLI scaffold"
git remote -v
git push -u origin main
git pull

Location of globals ~/.nvm/versions/node/v16.15.1/bin

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago