Skip to content

Commit

Permalink
fix: rename package to how-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahsnider committed Nov 30, 2021
1 parent 06afacd commit eb60e99
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@jonahsnider/how",
"name": "how-cli",
"version": "0.0.0-development",
"description": "Learn how to use CLI apps.",
"bugs": {
Expand Down
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# How

[![Build Status](https://github.com/jonahsnider/how/workflows/CI/badge.svg)](https://github.com/jonahsnider/how/actions)
[![npm version](https://img.shields.io/npm/v/@jonahsnider/how)](https://www.npmjs.com/package/@jonahsnider/how)
[![npm version](https://img.shields.io/npm/v/how-cli)](https://www.npmjs.com/package/how-cli)

Learn how to use CLI apps.

Expand All @@ -10,16 +10,16 @@ Learn how to use CLI apps.
Install using your favorite Node.js package manager:

```sh
npm i -g @jonahsnider/how
yarn global add @jonahsnider/how
pnpm i -g add @jonahsnider/how
npm i -g how-cli
yarn global add how-cli
pnpm i -g add how-cli
```

You can also use `npx` when in a pinch, but a global install is preferred:

```sh
npx @jonahsnider/how <app>
pnpx @jonahsnider/how <app>
npx how-cli <app>
pnpx how-cli <app>
```

A common-ish CPU & OS as well as a recent version of Node.js (something that can run modules natively) are required to run how.
Expand Down
56 changes: 28 additions & 28 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -364,34 +364,6 @@ __metadata:
languageName: node
linkType: hard

"@jonahsnider/how@workspace:.":
version: 0.0.0-use.local
resolution: "@jonahsnider/how@workspace:."
dependencies:
"@jonahsnider/prettier-config": 1.1.0
"@jonahsnider/util": 8.4.3
"@jonahsnider/xo-config": 5.0.1
"@types/decompress": 4.2.4
"@types/node": 16.0.3
"@types/update-notifier": 5.1.0
clipanion: 3.2.0-rc.4
convert: 4.3.0
decompress: 4.2.1
execa: 5.1.1
got: 11.8.3
path-exists: 5.0.0
prettier: 2.5.0
semantic-release: 18.0.1
ts-node: 10.4.0
type-fest: 2.6.0
typescript: 4.5.2
update-notifier: 5.1.0
xo: 0.47.0
bin:
how: ./tsc_output/index.js
languageName: unknown
linkType: soft

"@jonahsnider/prettier-config@npm:1.1.0":
version: 1.1.0
resolution: "@jonahsnider/prettier-config@npm:1.1.0"
Expand Down Expand Up @@ -4230,6 +4202,34 @@ __metadata:
languageName: node
linkType: hard

"how-cli@workspace:.":
version: 0.0.0-use.local
resolution: "how-cli@workspace:."
dependencies:
"@jonahsnider/prettier-config": 1.1.0
"@jonahsnider/util": 8.4.3
"@jonahsnider/xo-config": 5.0.1
"@types/decompress": 4.2.4
"@types/node": 16.0.3
"@types/update-notifier": 5.1.0
clipanion: 3.2.0-rc.4
convert: 4.3.0
decompress: 4.2.1
execa: 5.1.1
got: 11.8.3
path-exists: 5.0.0
prettier: 2.5.0
semantic-release: 18.0.1
ts-node: 10.4.0
type-fest: 2.6.0
typescript: 4.5.2
update-notifier: 5.1.0
xo: 0.47.0
bin:
how-cli: ./tsc_output/index.js
languageName: unknown
linkType: soft

"http-cache-semantics@npm:^4.0.0, http-cache-semantics@npm:^4.1.0":
version: 4.1.0
resolution: "http-cache-semantics@npm:4.1.0"
Expand Down

0 comments on commit eb60e99

Please sign in to comment.