-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
53e45ea
commit 68624d2
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,15 @@ npm install --global @cap-js-community/mtx-tool | |
npm install --save-dev @cap-js-community/mtx-tool | ||
``` | ||
|
||
You can also not install the tool and use it ad-hoc. | ||
|
||
```bash | ||
# ad-hoc | ||
npx @cap-js-community/mtx-tool | ||
# ad-hoc with fixed version, e.g. for stable pipelines | ||
npx @cap-js-community/[email protected] | ||
``` | ||
|
||
## Support, Feedback, Contributing | ||
|
||
This project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/cap-js-community/mtx-tool/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md). | ||
|