The hu
mane Terminal UI for git
!
The general philosophy is:
-u origin <current-branch-name>
git clone https://github.com/hugit-project/hugit.git
cd hugit
nvm use 9.11.1
npm install
npx shadow-cljs release app
Issues
nodegit
via yarn
if npm
complains: yarn add [email protected]
cd
to a git repo, and run:
nvm use 9.11.1
node path/to/hugit/target/main.js
Compile
cd path/to/hugit
nvm use 9.11.1
npm start
This will:
(user/repl)
will start a ClojureScript REPLRun
cd path/to/hugit
nvm use 9.11.1
node --inspect target/js/compiled/hugit.js
to run the appChanges to the hugit
source should automatically reflect in the UI.
hugit
is used to develop hugit
whenever possible!
We will keep at it till we never have to use anything else.
Copyright 2019 Manisha Pillai, Divyansh Prakash
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.