alexdresko / HSPI

HomeSeer plugin helper framework
MIT License
11 stars 11 forks source link

Add additional directories to the templates #73

Open alexdresko opened 7 years ago

alexdresko commented 7 years ago

Summary

We're not doing all of this: https://homeseer.com/support/homeseer/HS3/SDK/file_locations_-_directory_standards.htm

Expected Behavior

When you create a new plugin using the templates, create the following directory structure.

https://homeseer.com/support/homeseer/HS3/SDK/file_locations_-_directory_standards.htm

Put a readme in each directory so people know what to put in those directories.

Current Behavior

Currently, the templates only generate the proper structure for the bin files,

Possible Solution

Should be simple. Just follow the same pattern that we use to include other files with the templates.

Context

We want developers creating plugins that conform to HomeSeer's standards out of the box.

oesolberg commented 7 years ago

Your link does not seem to go to any info about directories. Could you update it or give us something that we could use as search keys?

Edit 2017-10-09: Is it this? File Locations - Directory Standards

alexdresko commented 7 years ago

Good find. Yes, you are correct. I have updated the original issue text to contain the correct link.