👉 This library is part of the Payroll Engine.
Main library for Payroll Engine clients, including all required dependencies:
- Function controllers (local script development)
- Function invokers
- JSON schemas
The client scripting library contains static HTML documentation for client 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:4037/ (dark mode support)
- Documentation generation with docfx - licence
MIT
Supported runtime environment variables:
- PayrollEnginePackageDir - the NuGet package destination directory (optional)