bobp
v0.10.0
Published
How can I help you, Bobp?
Readme
bobp
How can I help you, Bobp?
Greetings, wayward traveler!
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!
Installation
npm i -g bobpCommands
cover
Generates a PNG cover image (cover.png) in the current working directory.
Usage:
npx bobp cover "Example title" "Description for the Example cover"electron
Creates a new Electron project from a predefined template in the current working directory.
Usage:
npx bobp electron "App Name"license
Generates a LICENSE file in the current working directory.
Usage:
npx bobp license "John Doe"next
Creates a new Next.js project from a predefined template in the current working directory.
Usage:
npx bobp next "example-next-project"prettier
Copies Prettier configuration files into the current working directory.
Usage:
npx bobp prettier