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

0.0.1-alpha.1 • Public • Published

hindsight

Generate prop documentation for Svelte components.

Getting Started

yarn add -D hindsight

Usage

CLI

yarn run hindsight 'src/**/*.svelte'

Node.js

const hindsight = require("hindsight");

(async () => {
  const types = await hindsight({ include: ["temp/**/*.{svelte,html}"] });
})();

License

MIT

Package Sidebar

Install

npm i hindsight

Weekly Downloads

0

Version

0.0.1-alpha.1

License

MIT

Unpacked Size

12 kB

Total Files

18

Last publish

Collaborators

  • metonym