@microsoft/teamsfx-run-utils

1.0.1-alpha.28543dcd0.0 • Public • Published

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);

Readme

Keywords

Package Sidebar

Install

npm i @microsoft/teamsfx-run-utils

Weekly Downloads

60

Version

1.0.1-alpha.28543dcd0.0

License

MIT

Unpacked Size

5.46 kB

Total Files

9

Last publish

Collaborators

  • zhyuer
  • nintan
  • msteamsfx
  • microsoft1es