Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karl-sjogren/vscode-optimizely-helper
https://github.com/karl-sjogren/vscode-optimizely-helper
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/karl-sjogren/vscode-optimizely-helper
- Owner: karl-sjogren
- License: mit
- Created: 2022-07-02T14:10:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T18:34:56.000Z (over 1 year ago)
- Last Synced: 2024-04-14T07:26:42.716Z (7 months ago)
- Language: TypeScript
- Size: 110 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Karls Optimizely Helpers
Adds some helpful commands and stuff for working with Optimizely CMS.
## Features
Adds the following commands.
* Add content type
* Add block type
* Add page type## Requirements
To use this extension you need the EPiServer.Net.Cli tools and episerver templates
installed.The extension will inform you if it can't find the tools.
## Extension Settings
Include if your extension adds any VS Code settings through the `contributes.configuration` extension point.
For example:
This extension contributes the following settings:
* `myExtension.enable`: enable/disable this extension
* `myExtension.thing`: set to `blah` to do something## Known Issues
Calling out known issues can help limit users opening duplicate issues against your extension.
## Release Notes
Users appreciate release notes as you update your extension.
### 1.0.0
Initial release of the extension.