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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.7
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.7
    2
  • 0.1.6
    1
  • 0.1.5
    1

Package Sidebar

Install

npm i filder

Weekly Downloads

4

Version

0.1.7

License

none

Last publish

Collaborators

  • dhigginbotham