w-package-tools
A tool for build packages.
Documentation
To view documentation or get support, visit docs.
Installation
Using npm(ES6 module):
Note: w-package-tools is mainly dependent on
rollup
,@babel
andcore-js
.
npm i w-package-tools
import getFiles from 'w-package-tools/src/getFiles.mjs'
console.log(getFiles('path for forder'))