Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BroKun committed Oct 20, 2023
1 parent 52366a0 commit 1963a61
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# libro

[![codecov](https://codecov.io/gh/difizen/libro/graph/badge.svg?token=8LWLNZK78Z)](https://codecov.io/gh/difizen/libro)

# init

```
pnpm bootstrap
```

# dev & doc

```
pnpm run docs
```

# release

```
pnpm changeset
pnpm changeset version
pnpm changeset publish
```

0 comments on commit 1963a61

Please sign in to comment.