Skip to content

singapore/renovate-encrypt

Repository files navigation

renovate-encrypt

npm module for encrypting secrets for the renovateapp.com service.

Usage: install with npm i -g and then echo or cat stdin to renovate-encrypt.

Example: cat ~/.npmrc | renovate-encrypt (encrypt whole .npmrc file)

Or alternatively, use with generate-npm-token to first generate a new npm token and then echo it to this script, e.g.

echo "abcde-fghij-lmnop-qrstuv-wxyz" | renovate-encrypt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published