1.0.1 • Published 3 years ago
openjourney-cli v1.0.1
Openjourney CLI (ojgen)
A wrapper around this -> https://www.npmjs.com/package/midjourney-client
Usage
$ npm i -g ojgen
$ ojgen my prompt here
or
$ npx ojgen myprompt here
Scripts
Compile TS and get things ready to publish.
Dev: npm run dev
Build: npm run build
Test: npm test
Publish
Once ready, npm publish to get it online. Make sure you've filled in all of the details in package.json such as name, author, description.