K
K
Konstantin Velichko2016-02-03 08:08:36
Sublime Text
Konstantin Velichko, 2016-02-03 08:08:36

Do you know a plugin for creating files and folders according to a given template?

You need a plugin to create the structure of directories and files in them according to a given template, and the text in the files must also be generated according to the template.
In this case, you need to specify the path along which the desired structure and folder name are created. The folder name could have been used in the template.
What for? There is a tars tool , and in it the modules are not convenient to climb into the console every time for the sake of a new module.
It is necessary that the plugin be able to create such a structure, where ${name} is the passed name

${name}
├── ${name}.jade
├── ${name}.styl
├── ${name}.js
├── data
│   └── data.js
└── assets

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikolai, 2016-02-03
@Digital2007

For example, I use the SublimeTmpl plugin.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question