README
per-env
A fork of Eric Clemmons's per-env with the following changes:
- uses yarn instead of npm
- works on windows too
Clean up your package.json with per-NODE_ENV yarn scripts
<script type="module">
import gendallPerEnv from 'https://cdn.skypack.dev/@gendall/per-env';
</script>
A fork of Eric Clemmons's per-env with the following changes: