filder

0.1.7 • Public • Published

README.md

Quick and easy to use console app, example as follows:

var internals = {};

internals.paths = [
  {parent: "conf", child: ["schema"]},
  {parent: "library", child: ["less"]},
  {parent: "modules", child: []},
  {parent: "public", child: ["css", "js", "img", "fonts"]},
  {parent: "routes", child: []},
  {parent: "views", child: ["templates", "parts"]},
];

internals.init = function() {
  filder.MakeFolders('some-sample-app', internals.paths);
};

internals.init();

It expects project and paths, extremely easy to use.

/filder/

    Package Sidebar

    Install

    npm i filder

    Weekly Downloads

    4

    Version

    0.1.7

    License

    none

    Last publish

    Collaborators

    • dhigginbotham