Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

eclipse/che-theia-env-variables-plugin

Repository files navigation

Deprecated

This feature has been merged in Theia IDE: https://github.com/theia-ide/theia/pull/1650/files

Environment Variables Extension

Server extension to get array of environment variables or get environment variable value by key.

Getting started

Install nvm.

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash

Install npm and node.

nvm install 8
nvm use 8

Install yarn.

npm install -g yarn

Running in the browser

yarn rebuild:browser
cd browser-app
yarn start

Open http://localhost:3000 in the browser.

Running in the Electron

yarn rebuild:electron
cd electron-app
yarn start

Developing with the browser example

Start watching of the environment variables extension.

cd env-variables-extension
yarn watch

Start watching of the browser example.

yarn rebuild:browser
cd browser-app
yarn watch

Launch Start Browser Backend configuration from VS code.

Open http://localhost:3000 in the browser.

Developing with the Electron example

Start watching of the environment variables extension.

cd env-variables-extension
yarn watch

Start watching of the electron example.

yarn rebuild:electron
cd electron-app
yarn watch

Launch Start Electron Backend configuration from VS code.

Publishing env-variables-extension

Create a npm user and login to the npm registry, more on npm publishing.

npm login

Publish packages with lerna to update versions properly across local packages, more on publishing with lerna.

npx lerna publish

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published