1.0.2 • Published 6 years ago

path-organizer v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

path-organizer

Simple path organization system for your project

You just need specify path-object in argument, paths.{js|json}-file or in package.json in paths property.

It can convert this:

into this (JSON format):

appPaths(pathsObj, rootTitle, rootFolderName)

returns flat path object {}

pathsObj - default is from paths.js (or paths.json) or paths: {...} property in package.json;

rootFolderName - default is app;

rootTitle - default is root. It is just helper for path splitting