porter mixins create
porter mixins create
Create a new mixin project based on the getporter/skeletor repository
Synopsis
Create a new mixin project based on the getporter/skeletor repository. The first argument is the name of the mixin to create and is required.
A flag of –author to declare the author of the mixin is a required input. A flag of –username to specify the GitHub’s username of the mixin’s author is a required input.
You can also specify where to put the mixin directory. It will default to the current directory.
porter mixins create NAME --author "My Name" --username mygithubusername [--dir /path/to/mixin/dir] [flags]
Examples
 porter mixin create MyMixin --author "My Name" --username mygithubusername
		porter mixin create MyMixin --author "My Name" --username mygithubusername --dir path/to/mymixin
		
Options
      --author string     Your full name.
      --dir string        Path to the designated location of the mixin's directory.
  -h, --help              help for create
      --username string   Your GitHub username.
Options inherited from parent commands
      --experimental strings   Comma separated list of experimental features to enable. See https://getporter.org/configuration/#experimental-feature-flags for available feature flags.
      --verbosity string       Threshold for printing messages to the console. Available values are: debug, info, warning, error. (default "info")
SEE ALSO
- porter mixins - Mixin commands. Mixins assist with authoring bundles.