mono/packages/tasks
2026-01-30 18:17:57 +01:00
..
src npm audit fix 2026-01-30 18:17:57 +01:00
tests tasks esm 1/2 2026-01-28 12:28:45 +01:00
.gitignore tasks esm 1/2 2026-01-28 12:28:45 +01:00
.npmignore tasks esm 1/2 2026-01-28 12:28:45 +01:00
Gruntfile.ts tasks esm 1/2 2026-01-28 12:28:45 +01:00
index.ts tasks esm 1/2 2026-01-28 12:28:45 +01:00
library.ts tasks esm 1/2 2026-01-28 12:28:45 +01:00
LICENSE tasks esm 1/2 2026-01-28 12:28:45 +01:00
openAPI.yaml tasks esm 1/2 2026-01-28 12:28:45 +01:00
package.json tasks esm 1/2 2026-01-28 12:28:45 +01:00
README.md tasks esm 1/2 2026-01-28 12:28:45 +01:00
tsconfig.json tasks esm 1/2 2026-01-28 12:28:45 +01:00
zod_schemas.json tasks esm 1/2 2026-01-28 12:28:45 +01:00

Build

Build chain using Grunt

Provided Grunt Task Plugins

OSR-Language Tasks (see source)

brief : Task to compile files with osr - language

Example config for Grunt


grunt.initConfig({
        pkg: grunt.file.readJSON("package.json"),
        compile: {
            documentation: {
                src: [
                    "src/documentation/**/*.md",
                ],
                options: {
                    output: 'content/en/',
                    debug: false,
                    watch: true,
                    root: path.resolve("./src/documentation/")
                }
            }
        }
});

grunt.registerTask('default', [
    'compile:documentation'
]);
require("@plastichub/osr-tasks").initConfig(grunt, {})

Todos

  • osr-i18n
    • data assets
  • [-] osr-templates (newsletter, ...)
  • osr-content
  • [-] osr-vendor
    • osr-vendor-laser
  • [-] osr-kb
  • [-] osr-oa
  • [-] OSRL - Template/Wrapper
  • osr-media
    • web bundles
    • cmd (glob)
    • video
  • osr-cad
  • osr-sync
  • house keeping
    • [-] npm
    • [-] packages
    • git
    • ssh
  • validate
  • osr-hugo
  • osr-discourse
  • [-] osr-discord
  • osr-ig-bot
  • meta
    • lib hash (log/cache)
    • query | options
  • tasks
    • laser:configuration
    • laser:virtual components
    • laser:equations (configurator)