Closed slifty closed 4 years ago
Appliances will be npm packages that are imported by TVK implementations. How should officially maintained appliances be named?
Some possibilities:
@tvkitchen/appliance-CapitalizedApplianceName
@tvkitchen/appliance-camelApplianceName
@tvkitchen/appliance-appliance-dashed-name
@tvkitchen/appliance/CapitalizedApplianceName
@tvkitchen/appliance/camelApplianceName
@tvkitchen/appliance/dash-separated-appliance-name
In the past we have looked at Rollup as a nice set of patterns. They do @rollup/plugin-dashed-plugin-name
@rollup/plugin-dashed-plugin-name
I think that's the way to go.
So it would be things like:
@tvkitchen/appliance-ccextractor
@tvkitchen/appliance-video-file-ingestion
The first three appliances are now set up to use the @tvkitchen/appliance-dashed-name format.
@tvkitchen/appliance-dashed-name
Discussion
What do you want to talk about?
Appliances will be npm packages that are imported by TVK implementations. How should officially maintained appliances be named?
Some possibilities:
@tvkitchen/appliance-CapitalizedApplianceName
@tvkitchen/appliance-camelApplianceName
@tvkitchen/appliance-appliance-dashed-name
@tvkitchen/appliance/CapitalizedApplianceName
@tvkitchen/appliance/camelApplianceName
@tvkitchen/appliance/dash-separated-appliance-name
Relevant Resources / Research
In the past we have looked at Rollup as a nice set of patterns. They do
@rollup/plugin-dashed-plugin-name
I think that's the way to go.
So it would be things like:
@tvkitchen/appliance-ccextractor
@tvkitchen/appliance-video-file-ingestion