imdone-cli 0.1.4 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.env ADDED
@@ -0,0 +1,6 @@
1
+
2
+ # Jira environment variables
3
+
4
+ # JIRA_AUTH_BASIC=true # Set to false to use Bearer token auth.
5
+ # JIRA_USERNAME="<your jira username>" # e.g. your email address. Not needed if using Bearer token auth.
6
+ # JIRA_TOKEN="<your personal access token>"
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Imdone CLI
2
2
 
3
- Imdone CLI is a command-line tool that enables seamless integration between Imdone and Jira. It allows you to pull issues from Jira to your Imdone board and push changes back to Jira, making project management easier and more efficient.
3
+ Imdone CLI is a command-line tool that integrates with Jira to manage your tasks and issues directly from markdown files and your terminal. It allows you to pull issues from Jira, update them, and push changes back to Jira seamlessly.
4
+ This tool is designed to enhance your productivity by providing a simple and efficient way to manage your tasks without leaving your editor or terminal.
4
5
 
5
6
  ## Installation
6
7
 
@@ -8,15 +9,9 @@ Imdone CLI is a command-line tool that enables seamless integration between Imdo
8
9
  npm install -g imdone-cli
9
10
  ```
10
11
 
11
- Or if you prefer to use it locally in a project:
12
-
13
- ```bash
14
- npm install --save-dev imdone-cli
15
- ```
16
-
17
12
  ## Prerequisites
18
13
 
19
- - Node.js v14 or higher
14
+ - Node.js v18 or higher
20
15
  - A valid Imdone license
21
16
  - Jira account with API access
22
17
 
package/dist/.env ADDED
@@ -0,0 +1,6 @@
1
+
2
+ # Jira environment variables
3
+
4
+ # JIRA_AUTH_BASIC=true # Set to false to use Bearer token auth.
5
+ # JIRA_USERNAME="<your jira username>" # e.g. your email address. Not needed if using Bearer token auth.
6
+ # JIRA_TOKEN="<your personal access token>"