0.0.7 • Published 2 years ago

collectronic v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Table of contents

  1. Getting Started

  2. Usage

Getting Started

  1. npm i collectronic -D
  2. 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

  1. Place comments with metadata as follows:
  1. Run collectronic: npx collectronic.