#
chimas
chimas makes Snaffler output snaff-tastic!
#
Gather a snaffler (IN JSON FORMAT!)
See our writeup here for more information.
#
Install pre-reqs
npm audit npm install @fortawesome/fontawesome-free
#
Install
git clone https://github.com/caueb/chimas.git
cd chimas
npm install
npm install vite --save-dev
npm run dev
#
Troubleshooting
Sometimes chimas complains about the format of the JSON you fed it. In recent versions they offer a little troubleshooting tip to get the JSON in fighting shape:
jq -s '{entries: .}' snaffy.json > snaffler-fixed.json