1.0.1-alpha.28543dcd0.0 • Published 1 year ago

@microsoft/teamsfx-run-utils v1.0.1-alpha.28543dcd0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

TeamsFx Run Utilities

Provide the utilities to run TeamsFx project locally.

Getting started

Install the @microsoft/teamsfx-run-utils package

npm install @microsoft/teamsfx-run-utils

Load environment variables

const utils = require("@microsoft/teamsfx-run-utils");

const projectPath = "/path/to/teamsfx/project";
const envPath = "/path/to/.env/file";
const envs = await utils.loadEnv(projectPath, envPath);