Description
A CLI tool for JIRA for day to day usage with JIRA.Speed up your JIRA activity with this CLI tool.
jirax alternatives and similar libraries
Based on the "NodeJS" category.
Alternatively, view jirax alternatives based on common mentions on social networks and blogs.
-
Crawlee
Crawlee—A web scraping and browser automation library for Node.js that helps you build reliable crawlers. Fast. -
NectarJS
🔱 Javascript's God Mode. No VM. No Bytecode. No GC. Just native binaries. -
Gluon
A new framework for creating desktop apps from websites, using system installed browsers and NodeJS -
pwa-asset-generator
Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated images according to Web App Manifest specs and Apple Human Interface guidelines. -
teachcode
A tool to develop and improve a student’s programming skills by introducing the earliest lessons of coding. -
Stylify
💎 Monorepository for Stylify packages. Stylify uses CSS-like selectors to generate Extremely optimized utility-first CSS dynamically based on what you write 💎. -
DIOD
A very opinionated inversion of control (IoC) container and dependency injector for Typescript, Node.js or browser apps. -
github-star-search
A CLI that search your github starred repositories offline through README , description and other fields. -
Brainyduck
🐥 A micro "no-backend" framework 🤯 Quickly build powerful BaaS using only your graphql schemas -
zeit
Clock and task scheduler for node.js applications, providing extensive control of time and callback scheduling in prod and test code -
ts-pojo-error
🔥 Type safe pojo error will help you to easily create typed and serializable error. -
chef-socket
Command Line Interface Static Files Server written in TypeScript for Single Page Applications serving in Node with Socket.IO -
chef-express
Command Line Interface Static Files Server written in TypeScript for Single Page Applications serving in Node with Express -
spurtcommerce
Spurtcommerce is a complete ecommerce solution for Angular 4 , Nodejs , Mysql -
Be notified of new signups in your app using Firebase Authentication and Google Chat
0.1 10.0 jirax VS Be notified of new signups in your app using Firebase Authentication and Google ChatBe notified of new signups in your app directly in Google Chat
Appwrite - The Open Source Firebase alternative introduces iOS support
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of jirax or a related project?
README
jirax
:star: If you are using this tool or you like it, Star on GitHub — it helps!
A CLI tool for [JIRA](https://www.atlassian.com/software/jira
) for day to day usage with JIRA.Speed up your JIRA activity with this CLI tool.
[Interface](assets/terminal.png?raw=true "CLI Help Preview")
Prerequisites
You are required to have Node.js installed to run the cli tool or after installing Node.js you can make executable and run the excutable to use the tool. Make executable
Getting Started
- Log in to Atlassian and generate your API TOKEN.
- Copy the API TOKEN
Install Using NPM
You can use directly install the package using NPM or YARN
npm install -g jirax
yarn add jirax
use the below command to get started
npx jirax
By Cloning the repository
Install all dependency
npm install
Create the symlink. This command will help you execute jirax
commands at global level
npm link or sudo npm link
Usages
Login In Cli
You need to login before using any of JIRAX features.
jirax -l
This will prompt few questions to enter your credentials please enter the credentials to use the CLI.)
$ Your JIRA Host Name (eg: something.atlassian.net)
$ Your JIRA User Name
$ Your API Token
It will authenticate with JIRA Server and after successfull login, your name will prompt with message
[Interface](assets/login_preview.png?raw=true "Login Preview")
Your Login details will be stored in a JSON file located in
$XDG_CONFIG_HOME or ~/.config.
# access it
~/.config/configstore/jiraconfig.json
JIRAX Commands
# prints all available commands
jirax --help
Open the Issue directly in Browser
[Interface](assets/open.png?raw=true "open command preview")
Open issue details in CLI
[Interface](assets/details.png?raw=true "issue details command preview")
View all the issues in browser for a Project (i.e project Key)
[Interface](assets/open_issues.png?raw=true "open issues command preview")
List of all TO DO issues
list of all todo issues for the logged in user. Here project key is optional and if project key is not provided then it will return all the open issues for the user
[Interface](assets/completed_list.png?raw=true "open issues command preview")
List of Completed issues
[Interface](assets/todo_list.png?raw=true "open issues command preview")
View all the issues in browser for a Project (i.e project Key)
[Interface](assets/open_issues.png?raw=true "open issues command preview")
Transtion of issues (move issues from one status to another)
[Interface](assets/move1.png?raw=true "move issues preview")
[Interface](assets/move2.png?raw=true "move issues preview")
Assign issues to another user
[Interface](assets/assign_issues_1.png?raw=true "move issues preview")
[Interface](assets/assign_issues_2.png?raw=true "move issues preview")
Self Assign an Issue
[Interface](assets/assign_me.png?raw=true "move issues preview")
Clear Stored Credentials
In case of your API token revoked or you have revoked the previous API token then you need to clear the previous credentials using the following command and
Relogin using command jirax login
[Interface](assets/clear_1.png?raw=true "move issues preview")
[Interface](assets/clear_2.png?raw=true "move issues preview")
Asciicast Preview
Making executable
After cloning the repository. Run this command this command will automatically create plateform specific executables.
npm run build
Contribution
We hope that you will consider contributing to Jirax. Please read this short overview Contribution Guidelines for some information about how to get started
MIT License
jirax is available under the MIT license. See the LICENSE file for more info.
Copyright (c) 2019 [email protected]
*Note that all licence references and agreements mentioned in the jirax README section above
are relevant to that project's source code only.