diff --git a/README.md b/README.md index ee4839f..6126b60 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ $ my-irancell login ``` +* [Installation](#installation) +* [Login](#login) * [Usage](#usage) * [Commands](#commands) @@ -28,7 +30,7 @@ $ npm install -g my-irancell-cli $ my-irancell COMMAND running command... $ my-irancell (--version) -my-irancell-cli/0.0.0 linux-x64 node-v20.9.0 +my-irancell-cli/0.1.0 linux-x64 node-v20.9.0 $ my-irancell --help [COMMAND] USAGE $ my-irancell COMMAND @@ -37,17 +39,12 @@ USAGE # Commands -- [my-irancell-cli](#my-irancell-cli) -- [Installation](#installation) -- [Login](#login) -- [Usage](#usage) -- [Commands](#commands) - - [`my-irancell buy [OFFERID]`](#my-irancell-buy-offerid) - - [`my-irancell help [COMMAND]`](#my-irancell-help-command) - - [`my-irancell login`](#my-irancell-login) - - [`my-irancell logout`](#my-irancell-logout) - - [`my-irancell offers`](#my-irancell-offers) - - [`my-irancell status`](#my-irancell-status) +* [`my-irancell buy [OFFERID]`](#my-irancell-buy-offerid) +* [`my-irancell help [COMMAND]`](#my-irancell-help-command) +* [`my-irancell login`](#my-irancell-login) +* [`my-irancell logout`](#my-irancell-logout) +* [`my-irancell offers`](#my-irancell-offers) +* [`my-irancell status`](#my-irancell-status) ## `my-irancell buy [OFFERID]` @@ -61,7 +58,7 @@ DESCRIPTION Buy an offer ``` -_See code: [src/commands/buy/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.0.0/src/commands/buy/index.ts)_ +_See code: [src/commands/buy/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.1.0/src/commands/buy/index.ts)_ ## `my-irancell help [COMMAND]` @@ -95,7 +92,7 @@ DESCRIPTION Login to a new account ``` -_See code: [src/commands/login/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.0.0/src/commands/login/index.ts)_ +_See code: [src/commands/login/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.1.0/src/commands/login/index.ts)_ ## `my-irancell logout` @@ -109,7 +106,7 @@ DESCRIPTION Logout from account ``` -_See code: [src/commands/logout/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.0.0/src/commands/logout/index.ts)_ +_See code: [src/commands/logout/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.1.0/src/commands/logout/index.ts)_ ## `my-irancell offers` @@ -123,7 +120,7 @@ DESCRIPTION List all available offers ``` -_See code: [src/commands/offers/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.0.0/src/commands/offers/index.ts)_ +_See code: [src/commands/offers/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.1.0/src/commands/offers/index.ts)_ ## `my-irancell status` @@ -137,5 +134,5 @@ DESCRIPTION Show account status ``` -_See code: [src/commands/status/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.0.0/src/commands/status/index.ts)_ +_See code: [src/commands/status/index.ts](https://github.com/erfanium/my-irancell-cli/blob/v0.1.0/src/commands/status/index.ts)_ diff --git a/package.json b/package.json index 04e14ee..2bca2c6 100644 --- a/package.json +++ b/package.json @@ -65,9 +65,8 @@ "build": "shx rm -rf dist && tsc -b", "lint": "eslint . --ext .ts", "postpack": "shx rm -f oclif.manifest.json", - "posttest": "npm run lint", "prepack": "oclif manifest && oclif readme", - "test": "mocha --forbid-only \"test/**/*.test.ts\"", + "test": "tsc --noEmit", "version": "oclif readme && git add README.md" }, "types": "dist/index.d.ts"