We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca411c3 commit a85b143Copy full SHA for a85b143
README.md
@@ -2,6 +2,21 @@
2
3
CLI and API for accessing [MeroShare](https://meroshare.cdsc.com.np/)
4
5
+## Environment Varaibles
6
+
7
+- DEMAT_ACCOUNT
8
+- DEMAT_PASSWORD
9
10
+## Installation
11
12
+```
13
+# install as global cli
14
+deno install -g --allow-env jsr:@util/meroshare
15
16
+# add dependency
17
+npx jsr add @util/meroshare
18
19
20
## LICENSE
21
22
MIT
deno.json
@@ -1,6 +1,6 @@
1
{
"name": "@util/meroshare",
- "version": "0.1.2",
+ "version": "0.1.3",
"exports": "./mod.ts",
"tasks": {
"dev": "deno run --watch main.ts"
0 commit comments