Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 28, 2021
1 parent 50f5c5b commit 49cc90c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,7 @@ The following command transforms all files matched by the glob `**/*.*` and emit
```
cjstoesm "**/*.*" dist
```

If you install `cjstoesm` globally, you'll have `cjstoesm` in your path. If you install it locally, you can run `npx cjstoesm`.
If you don't install it globally nor locally, you can also just run it once with the command `npx -p typescript cjstoesm <glob> <outdir>`.
Here's an overview of the options that can be passed via the CLI:

```
$ cjstoesm --help
Expand Down

0 comments on commit 49cc90c

Please sign in to comment.