Skip to content

Hashids dynamic value extension for Paw

Notifications You must be signed in to change notification settings

Cloudstek/paw-hashids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paw Hashids Dynamic Value extension

This extension was originally written and published by Joe Tannenbaum as a GitHub Gist.

Requirements

  • NodeJS
  • NPM or Yarn

Installation

Pre-compiled

  1. Download the latest pre-compiled release from the releases page
  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.