https://github.com/nicobarray/holdmybeer
A collection of DX tools
https://github.com/nicobarray/holdmybeer
Last synced: 5 months ago
JSON representation
A collection of DX tools
- Host: GitHub
- URL: https://github.com/nicobarray/holdmybeer
- Owner: nicobarray
- Created: 2018-09-19T20:15:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T01:51:19.000Z (almost 8 years ago)
- Last Synced: 2025-09-25T05:29:50.644Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hold my beer
A collection of DX tools.
# Tools
## fork-npm (default)
:warning: This project is a work in progress, use with caution.
Clone any repository, build it and publish it as a scopped package.
Usefull to try a specific branch or project PR.
| Option | Default | Description |
| ------------ | -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| url | github.com | The registry to clone from. |
| project | yahwastaken/holdmybeer | The repository to clone (owner/name). |
| branch | master | The branch to clone from. |
| scope | null | The scope to use when publishing the package over npm. |
| otp | null | The one-time password asked if configured on every package publications over npm |
| forceVersion | The current version append with `-${scope}.n`. If a version already exists then `-${scope}.(n+1)`. Starts at `-${scope}.1` | The version to publish the package with |
## More
If more tools come under this cli, they will be under namespaces as follow
```
holdmybeer [tool-name] [options]
```