Skip to content

ComputerSocietyVITC/teams-manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teams Manifest


This repository contains the files for the Teams App that has been deployed to the teams! Refer to the following guide to understand how to work with it!

Directory Structure

├── package.json
├── templates
│   ├── appPackage
│   │   ├── manifest.template.json
│   │   └── resources
│   │       ├── color.png
│   │       ├── outline.png
│   │       └── purple-logo.png
│   └── azure
│       ├── config.bicep
│       ├── main.bicep
│       ├── provision
│       │   ├── azureStorageTab.bicep
│       │   └── identity.bicep
│       ├── provision.bicep
│       └── teamsFx

Now, You don't need the NPM package if you're using the extension. The CLI is for CI/CD purposes or if you use another editor like Vim, Emacs, etc.

The bicep files set azure up! and Honestly you don't need them!

Important files:

How to modify

Go to .fx and modify the manifest file which will have the key details

Releases

No releases published

Packages

No packages published

Languages