Node.js shell script that runs a random npm create
command.
It works by choosing a random npm package that:
- follows the
create-
naming convention, - has an executable "bin" script, as defined by
package.json
'sbin
property, and - has more than 150 weekly downloads on the npm registry.
No installation is required. Just run:
npm create random
Alternatively, but ultimately defeating our appreciation for the syntactic eudaimonia of the "npm create" command, you can also do:
npx create-random
Or, if you are a monster:
npm exec create-random
We want to thank nice-registry for his all-the-package-names repository, faithfully updated every day since 2016.
MIT