odin-core-sdk
v1.0.2
Published
1. Clone existing repo: git clone [email protected]:d19n-llc/odin-sdk-starter.git 2. Change directory: cd [company]-odin-sdk 3. Update the package.json name: "[company]-odin-sdk" 4. Create a new repo on GitHub 5. Add new remote: git remote set-url origin git
Readme
Getting Started
- Clone existing repo: git clone [email protected]:d19n-llc/odin-sdk-starter.git
- Change directory: cd [company]-odin-sdk
- Update the package.json name: "[company]-odin-sdk"
- Create a new repo on GitHub
- Add new remote: git remote set-url origin [email protected]:d19n-llc/[company]-odin-sdk.git
- Verify remote: git remote -v
- Stage and commit changes: git add ., git commit -m "Your commit message"
- Push changes: git push -u origin main
