orgmenta
v1.0.1
Published
- CHECKOUT NEW BRANCH: git checkout -b BRANCH_NAME - MERGE BRANCH: (from master) git merge <branch_name> - DELETE BRANCH: git branch -d <branch_name> - PUSH BRANCH: git push origin BRANCH_NAME
Downloads
4
Readme
Git
- CHECKOUT NEW BRANCH: git checkout -b BRANCH_NAME
- MERGE BRANCH: (from master) git merge <branch_name>
- DELETE BRANCH: git branch -d <branch_name>
- PUSH BRANCH: git push origin BRANCH_NAME
Yarn Workspaces & Lerna
- CREATE PACKAGE: npx createpackage [PackageName]
- ADD LIBRARY: yarn workspace app add LIBRARY_NAME
- REMOVE LIBRARY: yarn workspace app remove LIBRARY_NAME
Prettier
- [Shift]+[Alt]+[F]: Format current file
Todo
- auto reload on expo doesn't seem to work (low pri)