How can I help you, Bobp?
This most excellent piece of software awaits you, whether fate led you here or you simply botched a search. Either way, welcome!
I originally created this tool for my own use, tailoring it to my needs. But if you find it useful too, I’m glad it can help!
npm i -g bobp
coverGenerates a PNG cover image (cover.png) in the current working directory.
Usage:
npx bobp cover "Example title" "Description for the Example cover"
electronCreates a new Electron project from a predefined template in the current working directory.
Usage:
npx bobp electron "App Name"
licenseGenerates a LICENSE file in the current working directory.
Usage:
npx bobp license "John Doe"
nextCreates a new Next.js project from a predefined template in the current working directory.
Usage:
npx bobp next "example-next-project"
prettierCopies Prettier configuration files into the current working directory.
Usage:
npx bobp prettier