cca / koha_snippets

code to be pasted into Koha's admin side
https://library.cca.edu
Other
4 stars 0 forks source link
catalog koha kohails libraries opac

Koha Snippets

Snippets of code to be inserted into the administrative settings of Koha.

Development

npm scripts automate development tasks. These tasks let us write many small snippets of code which accomplish one thing & then combine them into a single optimized file. Run npm install to get the necessary dependencies. Then, from inside this project, these npm run scripts are available:

Each of these tasks are compile/minify code for a specific Koha setting, copy the output to the Mac OS clipboard, and open the setting's URL in Koha's administration module. The first letter of the task stands for either "admin" or "catalog". CCA's intranet domain is hard-coded into them. All output also goes in the "dist" directory.

License

ECL-2.0