https://github.com/simplyhexagonal/refup
Reference up your typescript output to get rid of the pesky Uncaught ReferenceError
https://github.com/simplyhexagonal/refup
Last synced: about 1 year ago
JSON representation
Reference up your typescript output to get rid of the pesky Uncaught ReferenceError
- Host: GitHub
- URL: https://github.com/simplyhexagonal/refup
- Owner: simplyhexagonal
- Created: 2021-09-10T12:02:17.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-23T04:06:17.000Z (almost 5 years ago)
- Last Synced: 2025-05-06T20:32:28.805Z (about 1 year ago)
- Language: Handlebars
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RefUp!
Reference up your typescript output to get rid of the pesky Uncaught ReferenceError.
## Open source notice
This project is open to updates by its users, I ensure that PRs are relevant to the community.
In other words, if you find a bug or want a new feature, please help us by becoming one of the
[contributors](#contributors-) ✌️ ! See the [contributing section](#contributing).
## Like this module? ❤
Please consider:
- [Buying me a coffee](https://www.buymeacoffee.com/jeanlescure) ☕
- Supporting me on [Patreon](https://www.patreon.com/jeanlescure) 🏆
- Starring this repo on [Github](https://github.com/jeanlescure/short-unique-id) 🌟
## Install
```
npm install -g refup
```
## Usage
```bash
# if file has export default
refup dist/short-unique-id.js ShortUniqueId
# if file has only named exports
refup dist/multi-replace.js MultiReplace --no-default
```