Payroll-Engine / PayrollEngine.Client.Scripting

Payroll Engine Client Scripting Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Payroll Engine Client Scripting

👉 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

HTML documentantion

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)

Third party components

  • Documentation generation with docfx - licence MIT
  • Tests with xunit - licence Apache 2.0

Build

Supported runtime environment variables:

  • PayrollEnginePackageDir - the NuGet package destination directory (optional)

About

Payroll Engine Client Scripting Library

License:MIT License


Languages

Language:C# 98.8%Language:SCSS 1.2%Language:JavaScript 0.1%Language:Batchfile 0.0%