0.5.3 • Published 3 months ago

@plastichub/osr-tasks v0.5.3

Weekly downloads
-
License
BSD-3-Clause
Repository
-
Last release
3 months ago

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
  • - osr-templates (newsletter, ...)
  • osr-content
  • - osr-vendor
    • osr-vendor-laser
  • - osr-kb
  • - osr-oa
  • - OSRL - Template/Wrapper
  • osr-media
  • 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
0.5.3

3 months ago

0.5.2

3 months ago

0.5.0

4 months ago

0.5.1

4 months ago

0.4.9

4 months ago

0.4.8

4 months ago

0.4.7

5 months ago

0.4.6

5 months ago

0.3.9

9 months ago

0.3.0

10 months ago

0.4.5

5 months ago

0.3.6

10 months ago

0.4.4

5 months ago

0.3.5

10 months ago

0.3.8

10 months ago

0.3.7

10 months ago

0.4.1

8 months ago

0.3.2

10 months ago

0.4.0

9 months ago

0.4.3

8 months ago

0.3.4

10 months ago

0.2.7

12 months ago

0.2.6

12 months ago

0.2.9

11 months ago

0.2.8

12 months ago

0.2.3

1 year ago

0.2.0

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.9

1 year ago

0.1.4

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago