0.1.5 • Published 5 years ago

folder-schema v0.1.5

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

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());
0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago