@sassoftware/vi-solution-extension-create
Version:
Creates a development environment for creating SAS Visual Investigator solution extensions.
24 lines (13 loc) • 692 B
Markdown
# SAS Visual Investigator Solution Extension Create
Bootstrap an Angular library to build solution extensions for SAS Visual Investigator.
## Overview
This tool produces a basic starter project for creating solution extensions, including tooling to deploy and test these extensions.
## Getting Started\Pre-Requisites
- NodeJS 22.14
- An IDE [VS Code](https://code.visualstudio.com/)
```bash
npx @sassoftware/vi-solution-extension-create
```
Follow the prompts. When complete, open the newly created directory in your IDE.
## Further Documentation
For full documentation and examples please see our [Solution Extensions GitHub](https://github.com/sassoftware/vi-solution-extensions)