👉 This library is part of the Payroll Engine.
The scripting library that defines the commonality between the backend and the clients:
- Scripting functions
- Scripting runtime
- Script parsers
- System scripts
The client scripting library contains static HTML documentation for scripting developers. This is created using docx [MIT]. The following commands are available in the docfx
folder:
Static.Build
- builds the static HTML content (output is the_site
subdirectory)Static.Static
- opens the static help (_site\index.html
)Server.Start
- start the static help on http://localhost:5865/ (dark mode support)
Supported runtime environment variables:
- PayrollEnginePackageDir - the NuGet package destination directory (optional)