Skip to content
/ hrd Public

An npx utility to make it easy to hoard, um… reserve an npm name.

License

Notifications You must be signed in to change notification settings

donavon/hrd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

hrd

An npx utility to make it easy to hoard, um… reserve an npm name.

npm version

Do you hoard a lot of npm packages? Tired of doing it manually? Well no more.

Usage

$ npx hrd npm-name-to-take

That's it! It will create a temporary folder, run npm init -y in that folder, then run npm publish.

Defaults

You can setup your defaults like this (replace with your data/preference, obviously).

$ npm config set init-version "0.0.0"
$ npm config set init-license "MIT"
$ npm config set init-author-name "Donavon West"
$ npm config set init-author-email "github@donavon.com"
$ npm config set init-author-url "https://donavon.com"

Disclaimer

Hoard wisely. Release any names that you really haven't used, if someone asks. Be nice!

License

MIT Licensed

About

An npx utility to make it easy to hoard, um… reserve an npm name.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages