Currently the new plugin uses templates.json to figure out which templates are available and where they are. This file is in the plugin's directory, but in the future this file will be fetched form the registry. for that to work we need to put this file in a user writable directory (in case pbt itself and its plugins are installed systemwide by root).
Currently the
newplugin usestemplates.jsonto figure out which templates are available and where they are. This file is in the plugin's directory, but in the future this file will be fetched form the registry. for that to work we need to put this file in a user writable directory (in casepbtitself and its plugins are installed systemwide byroot).