Skip to content

Commit

Permalink
fix: edit package name
Browse files Browse the repository at this point in the history
  • Loading branch information
halfmoon-mind committed Jun 25, 2023
1 parent a49b074 commit 39f0073
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 29 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# up-date-cli
# up-date

> This readme is automatically generated by [create-ink-app](https://github.com/vadimdemedes/create-ink-app)
## Install

```bash
$ npm install --global up-date-cli
$ npm install --global up-date
```

## CLI

```
$ up-date-cli --help
$ up-date --help
Usage
$ up-date-cli
$ up-date
Options
--name Your name
Examples
$ up-date-cli --name=Jane
$ up-date --name=Jane
Hello, Jane
```
59 changes: 36 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "up-date-cli",
"name": "up-date",
"version": "0.0.0",
"license": "MIT",
"bin": "dist/cli.js",
Expand All @@ -17,6 +17,7 @@
"dist"
],
"dependencies": {
"enquirer": "^2.3.6",
"ink": "^4.1.0",
"meow": "^11.0.0",
"react": "^18.2.0"
Expand Down

0 comments on commit 39f0073

Please sign in to comment.