@plastichub/osr-tasks
TypeScript icon, indicating that this package has built-in type declarations

0.5.3 • Public • Published

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

  • [x] osr-i18n
  • [-] osr-templates (newsletter, ...)
  • [x] osr-content
  • [-] osr-vendor
    • [x] osr-vendor-laser
  • [-] osr-kb
  • [-] osr-oa
  • [-] OSRL - Template/Wrapper
  • [x] osr-media
  • [x] osr-cad
  • [x] osr-sync
  • [ ] house keeping
    • [-] npm
    • [-] packages
    • [x] git
    • [x] ssh
  • [ ] validate
  • [ ] osr-hugo
  • [x] osr-discourse
  • [ ] osr-discord
  • [ ] osr-ig-bot
  • [ ] meta
    • [ ] lib hash (log/cache)
    • [ ] query | options

Readme

Keywords

Package Sidebar

Install

npm i @plastichub/osr-tasks

Weekly Downloads

2

Version

0.5.3

License

BSD-3-Clause

Unpacked Size

191 kB

Total Files

59

Last publish

Collaborators

  • plastichubdev