-
-
Notifications
You must be signed in to change notification settings - Fork 194
Closed
Description
I worked on a plugin template that would make making plugins a whole lot easier. Basically it would generate everything you needed for a JS or TS plugin ; including creating the package.json, .gitignore, .npmignore and basically have a plugin fully ready for publishing after it was done. (It uses a post-install script to ask questions about the type of plugin, repo, name, etc).
However, do to the issue with the #1932, we cannot use the normal tns create MY-PLUGIN-NAME --template plugin to use the template.
This is a feature request either to allow the package.json change like suggested in #1932 (i.e. something like an additional key {"cleanTemplate": "true"}
Another idea Nathan Walker suggested; was a new tns plugin create [--template ]
tsvetan-ganev, tjvantoll, bradmartin, triniwiz and jlooperdtopuzov and PeterStaev