bradcypert / ignite

A fiery JSON-based scaffolding tool for Node.js

Home Page:https://www.npmjs.com/package/bc-ignite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create flag for naming conventions

wookiecooking opened this issue · comments

Since some applications require the name of certain files to match the package name, a consideration might be to introduce a new flag that allows you to pass the name of the project to createFiles, and name them accordingly.

One idea I had was to have a "template" type string in the json, example, {{nameOfproject}}.js, which could stamp the name when creating the file.