fbukevin / file-template

File template generator with Node.js.
https://www.npmjs.com/package/file-template
1 stars 1 forks source link

new architecture #2

Open larrywhy opened 8 years ago

larrywhy commented 8 years ago

I think that all templates should be made in files format. Not generated by javascript is better.

[Todo] C : filename.c java: filename.java ...,etc.

fbukevin commented 8 years ago

@larrywhy
Do you mean if a user type ftemplate filename.c, we should copy a template.c to filename.c for output?