/create-random

Node.js shell script that runs a random `npm create` command.

Primary LanguageJavaScriptMIT LicenseMIT

Create random

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's bin property, and
  • has more than 150 weekly downloads on the npm registry.

Usage

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

More information

Acknowledgments

We want to thank nice-registry for his all-the-package-names repository, faithfully updated every day since 2016.

License

MIT