Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thilllon committed Oct 31, 2022
1 parent edce0d5 commit 8d27636
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# ngrv
# ngrv

Engrave build information to the build output. Set environment variables automatically.

## How to use?

```sh
npx ngrv # that's it. nothing else. no need to install.

# if you want to change the directory where ngrv files will be stored to './.ngrv', then
npx ngrv create -d .ngrv
# or
npx ngrv c -d .ngrv
```

0 comments on commit 8d27636

Please sign in to comment.