Skip to content

HolisticCoders/orodruin-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orodruin Library

A Node library for Orodruin

Installation.

  • Clone this repository anywhere you want
  • Register the library. This can be done in one of two ways:
    • For a permanent installation add the path to this repository to the environment variable ORODRUIN_LIBRARIES.
    • For a temporary one, run the following bit of code in a python environment where orodruin is installed.
      from orodruin.core import LibraryManager
      from pathlib import Path
      
      LibraryManager.register_library(Path("/path/to/orodruin-library"))

About

A Component library for Orodruin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages