1.0.8 • Published 7 years ago

stylgyver-webpack v1.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Stylgyver!

Stylgyver is a plugin for webpack that generates documentation from your shared angular folder example and docs here!

Install

npm install stylgyver-webpack --save-dev

Import

const StylgyverPlugin = require('../stylgyver-webpack');

Configure

new StylgyverPlugin({
    outputPath: './src/app/styleguide/meta.json',
    sourceOptions: [{
        parseType: 'component',
        name: 'components',
        path: 'src/app/shared/components'
      },{
        name: 'models',
        parseType: 'model',
        path: 'src/app/shared/models',
        addMetaToArray: 'true'
      },{
        name: 'pipes',
        parseType: 'pipe',
        path: 'src/app/shared/pipes',
        addMetaToArray: 'true'
      },{
        name: 'directives',
        parseType: 'directive',
        path: 'src/app/shared/directives',
        addMetaToArray: 'true'
      }
    ]
  })
1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago