Svelte Environment Variables

worked on between Sep 2020 to Sep 2020

This is a utility library that lets you securely add environment variables to your frontend project if you’re using SvelteJS and bundling code with Rollup or Webpack. It detects a specific prefix as specified and replaces them in your frontend code with the corresponding environment variable passed to your runtime. You can use env-cmd to make environment variables available to your NodeJS runtime.

Highlights of the project include:

Links to Project

Link to NPM package

Link to Github repository

This Project Uses