0.0.1 • Published 4 years ago

@thetechtrap/dgit v0.0.1

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

dgit-cli

This is the dgit cli client to interact with dgit.sh or permaweb-link

PST Fee of 0.01 AR is only applicable on dgit push

Steps to Build

  • npm install
  • npm run build
  • npm link

Commands

Important : export ARWEAVE_WALLET_PATH=/path/to/wallet

  • dgit init
  • dgit status <filename>
  • dgit add <filename>
  • dgit config user.name <name>
  • dgit config user.email <email>
  • dgit commit -m <messge>
  • dgit push <remote> <branch>
  • dgit clone <dgit://address/repo_name>
  • dgit log

Built using isomorphic-git