Skip to content

com-pas/scl-bay-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<scl-bay-template>

What is this?

This is an editor plugin for ComPAS OpenSCD that helps create and manage bay typicals (templates) for SCL files. It provides functionality for defining reusable bay configurations with functions and subfunctions according to IEC 61850 standards.

Development

Start Development Server

npm install
npm start

This will start the development server and automatically open the demo at http://localhost:8000/demo where you can test the bay template editor.

Run Tests

npm test

Watch Tests

npm test:watch

Linting and Formatting

npm run lint      # Scan project for linting and formatting errors
npm run format    # Fix linting and formatting errors

Usage

As OpenSCD Plugin

This editor is designed to be used as a plugin within the OpenSCD ecosystem for creating bay templates:

{
  "name": "Bay Template",
  "icon": "edit",
  "active": true,
  "src": "path/to/scl-bay-template.js"
}

Contributing

Please refer to the CoMPAS Contributing Guide for contribution guidelines.

Authors

  • Jakob Vogelsang

Project Status

This is an active development project. While functional, it should be considered a prototype and used with appropriate caution in production environments.

About

A bay typical editor plugin

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.5%
  • JavaScript 2.5%