Create and publish npm package

In this post I’ll cover my workflow of creating env-inject-file, a command line utility for populating config files with environment variable placeholders and my first published npm package. Version management My advice is protect your branch, write descriptive commit messages, use branch management. Branch Protection To enable branch protection, go Read more…