Skip to content

PhilPearson/generator-integrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generator-integrator

Quickly create your integrator control system folder structure. A generator for Yeoman.

To install generator-integrator locallay run:

$ git clone https://github.com/PhilPearson/generator-integrator.git
$ cd generator-integrator
$ npm link

Finally, initiate the generator:

$ yo integrator

Crestron

The following files and folders will be created to suit a Crestron based project:

ProjectName/
├───.gitattributes
├───.gitignore
├───README.md
├───Documentation/
│     └───README.md
└───Source Code/
      ├───README.md
      └───Crestron/
            ├───Source/
            │   ├───ProjectName.xadr
            │   └───README.md
            └───User Interface/
                └───README.md

AMX

The following files and folders will be created to suit an AMX based project:

ProjectName/
├───.gitattributes
├───.gitignore
├───README.md
├───Documentation/
│     └───README.md
└───Source Code/
      ├───README.md
      └───AMX/
          ├───Include/
          │   └───README.md
          ├───IR/
          │   └───README.md
          ├───Module/
          │   └───README.md
          ├───Other/
          │   └───README.md
          ├───Source/
          │   └───README.md
          └───User Interface/
              └───README.md

DSP

Enabling DSP will add a DSP folder under Source Code

ProjectName/
└───Source Code/
      └───DSP/
          └───README.md

About

Yeoman generator for AMX or Crestron projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published