Developing Mixins

You can develop a mixin utilizing our template repository as a start at https://github.com/getporter/skeletor or by using porter mixin create command as exemplified below:

porter mixin create MyMixinName --author "My Name" --username mygithubusername [--dir path/to/mymixin]

See Also

 
 

Mixin Commands

How to implement required and optional commands for your custom Porter mixin