README
Skypager dotenv utility
This provides a way of executing any command with the environment set from the .env file.
It is an alternative, or compliment, to the dotenv package with the added benefit that it works with any shell command
provides a dotenv bash script so dotenv can be used outside of node as well
<script type="module">
import skypagerDotenv from 'https://cdn.skypack.dev/skypager-dotenv';
</script>
This provides a way of executing any command with the environment set from the .env file.
It is an alternative, or compliment, to the dotenv package with the added benefit that it works with any shell command