You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my personal view the extension loader file from Skippy's standard template is quite complex. Especially for really small plugins and example meant for new developers (who haven't reached the point of using Skippy themselves). I think the whole boilerplate for loading extension info from the json file can add unwanted complexity and noise.
I tried making a simpler template with all extension information directly in the loader, similar to this, but noticed the extension.json file wasn't a part of the template and was generated anyway.
Is this file planned to have a more integrated role in Skippy in the future? E.g. having commands for changing the project author, copyright, license etc and have both skippy.json and extension.json updated?
This also leads to the question of the scope of Skippy. So far I've used it solely to install dependencies. It's not obvious to me how the project author, description or license are relevant for Skippy. Does Skippy use this information somehow now, or is planned to do so in the future?
The text was updated successfully, but these errors were encountered:
thomthom
changed the title
[Question] extensio.json and custom templates (and the scope of Skippy)
extensio.json and custom templates (and the scope of Skippy)
Jan 21, 2018
As for extension.json, the template generater needs options to handle that.
thomthom
changed the title
extensio.json and custom templates (and the scope of Skippy)
extension.json and custom templates (and the scope of Skippy)
Apr 16, 2018
Hi!
In my personal view the extension loader file from Skippy's standard template is quite complex. Especially for really small plugins and example meant for new developers (who haven't reached the point of using Skippy themselves). I think the whole boilerplate for loading extension info from the json file can add unwanted complexity and noise.
I tried making a simpler template with all extension information directly in the loader, similar to this, but noticed the extension.json file wasn't a part of the template and was generated anyway.
Is this file planned to have a more integrated role in Skippy in the future? E.g. having commands for changing the project author, copyright, license etc and have both skippy.json and extension.json updated?
This also leads to the question of the scope of Skippy. So far I've used it solely to install dependencies. It's not obvious to me how the project author, description or license are relevant for Skippy. Does Skippy use this information somehow now, or is planned to do so in the future?
The text was updated successfully, but these errors were encountered: