@chialab/manifest-analyzer-dna-plugin
v3.1.1
Published
DNA components plugin for @custom-elements-manifest/analyzer.
Downloads
14
Keywords
Readme
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.