0.0.1-alpha.1 • Published 6 years ago
hindsight v0.0.1-alpha.1
hindsight
Generate prop documentation for Svelte components.
Getting Started
yarn add -D hindsightUsage
CLI
yarn run hindsight 'src/**/*.svelte'Node.js
const hindsight = require("hindsight");
(async () => {
const types = await hindsight({ include: ["temp/**/*.{svelte,html}"] });
})();License
0.0.1-alpha.1
6 years ago