0.1.7 • Published 11 years ago

filder v0.1.7

Weekly downloads
10
License
-
Repository
-
Last release
11 years ago

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.

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago