3.1.1 • Published 9 days ago

@chialab/manifest-analyzer-dna-plugin v3.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 days ago

DNA Manifest Analyzer Plugin

DNA components plugin for @custom-elements-manifest/analyzer.

Usage

Install the analyzer cli and the plugin:

npm install -D \
    @custom-elements-manifest/analyzer \
    @chialab/manifest-analyzer-dna-plugin

Create a config file that includes the DNA plugin:

custom-elements-manifest.config.js

import { dnaPlugins } from '@chialab/manifest-analyzer-dna-plugin';

export default {
    plugins: [...dnaPlugins()],
};

Then, run the analyzer:

npx cem --config custom-elements-manifest.config.js

Development

Read the "Authoring Plugins" section in the Custom Elements Manifest Analyzer documentation.


License

DNA Manifest Analyzer Plugin are released under the MIT license.

3.1.1

9 days ago

3.1.0

2 months ago

3.1.0-alpha.4

3 months ago

3.1.0-alpha.3

3 months ago

3.1.0-alpha.2

4 months ago

3.0.1-alpha.1

5 months ago

3.0.1-alpha.0

6 months ago

3.0.0

1 year ago