0.0.4 • Published 4 years ago
@deepcase/deepcase v0.0.4
deepcase
gitpod usage
Everything starts automatically. Just watch the terminal.
When all tasks are done, you can open - http://localhost:3007/ (ctrl/cmd + click by link)
manual terminal methods
gitpod
npm ci; npm run git-shh-to-https; npm run packages
before all, only ONCE PER GITPOD CONTAINER!npm ci; npm run git-shh-to-https; npm run gitpod
in gitpod for fully startnpm run rm-migrates
for delete all artifacts .migrate of npm migrate packagenpm ci && npm run clear
stop and clear all dockers composes/containers/volumesnpm run materialized-path
aftergitpod
script, run mp tests
local
npm ci && npm run packages
before all, only ONCE PER GITPOD CONTAINER!npm run local
for locally fully start- uses: stefanzweifel/git-auto-commit-action@v4npm run rm-migrates
for delete all artifacts .migrate of npm migrate packagenpm run clear
stop and clear all dockers composes/containers/volumesnpm run materialized-path
aftergitpod
script, run mp tests
unsafe gulp methods
- attention! before work checkout to branch from detached commits in each needed submodule
npm run gulp -- packages:get
clone and install all packages starts automatically in workspace(cd packages/hasura && npm run docker-local)
start docker postgres and hasura locally starts automatically in workspacenpm run gulp -- packages:set
fast git add git commit and git push deepcase reponpm run gulp -- package:insert --url HTTPGITURL --name NAMEINPACKAGESDIRECTORY
insert submodulenpm run gulp -- package:delete --name NAMEINPACKAGESDIRECTORY
delete submodulenpm run gulp -- assets:update
copy all assets from ./assets in to each packagenpm run gulp -- packages:sync
sync all dependenced packages in workspace
0.0.4
4 years ago