jonmilley
v1.0.12
Published
A personal card for Jonathan Milley (@jonmilley)
Maintainers
Readme
It's me, Jon Milley!
Usage
npx jonmilleyDevelopment
Building
npm run buildRunning the build will:
- Render the card and compare it to the previously built output
- Display the card in the terminal
- If the output has changed, the patch version in
package.jsonis automatically incremented - If the version was bumped, you'll be prompted to publish to npm
Publishing to npm
Publishing is handled interactively as part of the build. When the card output changes, the build will ask:
Publish v1.0.x to npm? (y/N)Type y to publish, or anything else to skip. You can always publish manually with npm publish.
Note: Requires Node.js >= 18.
Attributions
Idea from @BitAndBang
npx bitandbangBorrowed Elements from @reverentgeek
npx reverentgeekNot including how to use it globally because I'm not sure why you'd want this as a global command. That'd be creepy.
