Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nachoaldamav/nagit
Simple Git (Github) CLI made in Node.js
https://github.com/nachoaldamav/nagit
cli git github javascript node-js npm
Last synced: 2 months ago
JSON representation
Simple Git (Github) CLI made in Node.js
- Host: GitHub
- URL: https://github.com/nachoaldamav/nagit
- Owner: nachoaldamav
- Created: 2022-08-11T20:18:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-12T08:46:46.000Z (about 2 years ago)
- Last Synced: 2024-10-07T14:04:25.390Z (3 months ago)
- Topics: cli, git, github, javascript, node-js, npm
- Language: TypeScript
- Homepage:
- Size: 4.74 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nagit
Simple Git (Github) CLI made in Node.js## Quickstart
The CLI is self-documented, just follow the steps to perform a commit.
```bash
npm install -g nagit
nagit commit
```![nagit-quickstart.gif](https://github.com/nachoaldamav/nagit/blob/master/nagit-quickstart.gif?raw=true)
## Usage as project-scope dependency
You should add the dependency to your package.json (>0.0.20) and execute `npx nagit`.
## Requirements
- The repository should be in Github and the URL should appear in the `package.json`.
- For releases you should install GH Cli and configure it.
- Issue selector doesn't work for private repos, there is an option to add the numbers instead.
- To release the package in Github (or NPM) you may need to create a Github Action, as in this repository.