Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudstek/paw-hashids
Hashids dynamic value extension for Paw
https://github.com/cloudstek/paw-hashids
hashids paw paw-extension
Last synced: 29 days ago
JSON representation
Hashids dynamic value extension for Paw
- Host: GitHub
- URL: https://github.com/cloudstek/paw-hashids
- Owner: Cloudstek
- Created: 2018-03-13T16:56:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:14:18.000Z (about 2 years ago)
- Last Synced: 2024-11-05T21:20:23.862Z (3 months ago)
- Topics: hashids, paw, paw-extension
- Language: JavaScript
- Size: 692 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Paw Hashids Dynamic Value extension
This extension was originally written and published by [Joe Tannenbaum](https://github.com/joetannenbaum) as a [GitHub Gist](https://gist.github.com/joetannenbaum/88957fda88cbea543718cb5e43a8c4e2).
## Requirements
* NodeJS
* NPM or Yarn## Installation
### Pre-compiled
1. Download the latest pre-compiled release from the [releases page](https://github.com/Cloudstek/Paw-HashidsDynamicValue/releases)
2. Extract the contents to your paw extensions folder.
3. Make sure you name the folder `nl.cloudstek.Hashids` else it won't work.
4. Open Paw and enjoy!### Development
1. Clone this repository
2. Run `yarn` or `npm install`
3. Run `yarn run build` or `npm run build`
4. Copy the `nl.cloudstek.Hashids` dir found in `build` to your paw extensions folder.