collectronic
v0.0.7
Published
<p align="center"> <h1>collectronic</h1> <div></div> </p>
Downloads
4
Readme
Table of contents
Getting Started
npm i collectronic -D
- In root of your project add
.config/collectronic.ts
file.
import type { CollectronicConfig } from 'collectronic';
const config: CollectronicConfig = {
inputs: [`projects/**/*.ts`, `projects/**/*.html`],
};
export default config;
Usage
- Place comments with metadata as follows:
- Run collectronic:
npx collectronic
.