Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wessberg/cjs-to-esm-transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed May 29, 2021
2 parents 0d5d528 + 49cc90c commit daed06d
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 daed06d

Please sign in to comment.