@crescendo-collective/carmen
v2.2.0
Published
Carmen will sneak around a website, finding precious elements and returning them to you.
Downloads
31
Readme
Carmen 🌐
Carmen will sneak around the web and run scripts for you.
Installation
With Yarn
yarn install -D "@crescendo-collective/carmen"
yarn carmen init
to generate a new travel plan.yarn carmen
to run the travel plan.
With NPM
npm install -D "@crescendo-collective/carmen"
- Add a
carmen
script to yourpackage.json
{ carmen: "carmen" }
npm run carmen init
to generate a new travel plan.npm run carmen
to run the travel plan.
Globally
npm install -g "@crescendo-collective/carmen"
carmen init
carmen