0.4.1 • Published 11 months ago

@cheese-grinder/stencil-component-config v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

A plugin for StencilJS to add generate Component Config Object and Documentation


Install

npm install @cheese-grinder/stencil-component-config --save-dev

Usage

// stencil.config.ts

import { componentConfigTarget } from '@cheese-grinder/stencil-component-config';
import { Config } from '@stencil/core';

export const config: Config = {
  outputTargets: [
    componentConfigTarget()
  ]
};

Contributing

Thanks for your interest in contributing! Please take a moment to read up on our guidelines for contributing. Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

0.4.1

11 months ago

0.4.0

11 months ago

0.2.3-beta.1

12 months ago

0.2.1-beta.2

1 year ago

0.2.2-beta.1

12 months ago

0.2.1-beta.1

1 year ago

0.3.0-beta.2

12 months ago

0.3.0

12 months ago

0.3.0-beta.0

12 months ago

0.3.0-beta.1

12 months ago

0.2.0

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago