Skip to content

Feature Request: TNS plugin create <xyz> [--template <plugin template name] #1945

@NathanaelA

Description

@NathanaelA

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 ]

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions