Skip to content

Commit

Permalink
rename npm module
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchbread committed Sep 29, 2022
1 parent a127a07 commit 472218f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### k
### kl1

> CLI items launcher
Expand All @@ -10,10 +10,10 @@

```sh
# install
❯ npm i k-one -g
❯ npm i kl1 -g

# run
k-one
kl1
```

You can alias it into something shorter e.g. `k`. Or add a workflow (e.g. keybind) that starts terminal sesh (window) with this command.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "k-one",
"name": "kl1",
"version": "0.1.0",
"description": "CLI stuff launcher",
"main": "dist/cli.js",
Expand Down

0 comments on commit 472218f

Please sign in to comment.