Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Latest commit

History

History
73 lines (46 loc) 路 3.42 KB

README.md

File metadata and controls

73 lines (46 loc) 路 3.42 KB

Ignition

GitHub last commit (7.9) GitHub contributors GitHub license GitHub downloads time tracker Sourcery Code style: black Imports: isort Imports: flake8 Join us on GitHub discussions

Ignition is a set of packages and modules that allows developers to get code completion for Ignition Scripting API scripting functions in their IDE of choice.

Releases

Check the releases page and download the one for your current version.

If you can't find it, feel free to submit your request on our Discussions.

Prerequisites

Before you begin, ensure you have met the following requirements:

Using Ignition

To use Ignition, download the code targeted to your desired version from the releases page and add it as a dependency to your scripting project.

Packages

Ignition consists of the following packages:

  • java/javax
  • system

java/javax

These are libraries for some Java packages and functions that are imported in system packages meant to be used on systems where no JDK can be installed, and the project interpreter is Python 2.7.

system

Is a package that includes all Ignition Scripting Functions.

Contributing to Ignition

To contribute to Ignition, follow these steps:

  1. Fork this repository
  2. Create a local copy on your machine
  3. Create a branch
  4. Make your changes and commit them
  5. Push to the original branch
  6. Create the pull request

Alternatively see the GitHub documentation on creating a pull request.

Contributors

Thanks to the everyone who has contributed to this project.

Up-to-date list of contributors can be found here.

License

See the LICENSE.

Code of conduct

This project has adopted the Microsoft Open Source Code of Conduct.