generated from vitalics/npm-bun-tsup-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: initial release * fix: rollup ci build * fix: github build * fix: remove bun fron env * fix: bin path * fix: main field * fix: add error detecting
- Loading branch information
Showing
13 changed files
with
4,331 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"glab-status": major | ||
--- | ||
|
||
Initial release | ||
|
||
First initial release of glab-status |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,36 @@ | ||
# npm library template | ||
# Gitlab Status | ||
|
||
npm repo template using bun, tsup | ||
GitLab CLI rich status display tool | ||
|
||
## Build | ||
This tool displays the status of your GitLab pipelines in your terminal. | ||
For given repository directory, it will display the following information: | ||
|
||
- Commit | ||
- Merge Request | ||
- Environment | ||
- Pipeline Jobs | ||
|
||
## Usage | ||
|
||
```bash | ||
$ cd my-gitlab-project | ||
$ glab-status | ||
``` | ||
|
||
## Installation | ||
|
||
```bash | ||
bun build | ||
$ npm install -g glab-status | ||
``` | ||
|
||
## Tech stack | ||
or use npx | ||
|
||
```bash | ||
$ npx glab-status | ||
``` | ||
|
||
## Configuration | ||
|
||
You need to set the `GITLAB_TOKEN` environment variable to your GitLab token. | ||
|
||
- bun | ||
- tsup | ||
Follow https://gitlab.com/-/user_settings/personal_access_tokens to generate a new token. |
Oops, something went wrong.