dphish-addin-generator
v1.0.3
Published
creates the dPhish reporter addin for outlook for a specific client
Readme
Outlook Add-in Generator CLI
A command-line tool to scaffold a fully functional Outlook Add-in project for phishing detection and reporting, preconfigured with your own API domain, Microsoft App ID, and access token.
✨ Features
- Generates a complete Outlook Add-in project with the required folder structure and files
- Automatically injects your custom:
- API Domain
- Microsoft App ID
- Authentication Token
- Runs
npm installandnpm run build:devafter scaffolding - Uses a customizable project template
📦 Installation
You can install the CLI globally via npm:
npm install -g outlook-addin-generatorUsage
npx create-addin