collectronic
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

collectronic

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.

/collectronic/

    Package Sidebar

    Install

    npm i collectronic

    Weekly Downloads

    4

    Version

    0.0.7

    License

    none

    Unpacked Size

    31.9 kB

    Total Files

    11

    Last publish

    Collaborators

    • radarsu