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

0.1.5 • Public • Published

folder-schema

generate and validate folder schema

Install

yarn add folder-schema
npm i --save folder-schema

Usage

parse(folderpath: string)

const FolderSchema = require('folder-schema');

const schema = await FolderSchema.parse('./node_modules');

console.log(schema.toJSON());

Readme

Keywords

none

Package Sidebar

Install

npm i folder-schema

Weekly Downloads

2

Version

0.1.5

License

MIT

Unpacked Size

45.1 kB

Total Files

18

Last publish

Collaborators

  • zhaochaoyi