Skip to content

JakobVogelsang/oscd-editor-plugin-template

Repository files navigation

<oscd-editor-plugin>

What is this?

This is template editor plugin for open-scd-core, the new core editor engine for OpenSCD. You can use this plugin to start developing your own editor plugin based on LitElement and TypeScript.

Local Demo with web-dev-server

npm start

To run a local development server that serves the basic demo located in demo/index.html

Linting and formatting

To scan the project for linting and formatting errors, run

npm run lint

To automatically fix linting and formatting errors, run

npm run format

Testing with Web Test Runner

To execute a single test run:

npm run test

To run the tests in interactive watch mode run:

npm run test:watch

© Jakob Vogelsang

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published