xenvar

XEnvar allows developers to expand environment variables from strings. Inspired from Python's os.expanduser and os.expandvars.

Usage no npm install needed!

<script type="module">
  import xenvar from 'https://cdn.skypack.dev/xenvar';
</script>

README

XEnvar Build Status

XEnvar allows developers to expand environment variables from strings. Inspired from Python's os.expanduser and os.expandvars.

Getting Started

Install the module with: npm install xenvar

Examples

See the test suite for simple usage.

License

Copyright (c) 2013 Clément Bourgeois
Licensed under the MIT license.