apm init

使用說明

執行

$ apm help init

顯示

Usage:
  apm init -p <package-name>
  apm init -p <package-name> -c ~/Downloads/r.tmbundle
  apm init -p <package-name> -c https://github.com/textmate/r.tmbundle
  apm init -p <package-name> --template /path/to/your/package/template

  apm init -t <theme-name>
  apm init -t <theme-name> -c ~/Downloads/Dawn.tmTheme
  apm init -t <theme-name> -c https://raw.github.com/chriskempson/tomorrow-theme/master/textmate/
  Tomorrow-Night-Eighties.tmTheme
  apm init -t <theme-name> --template /path/to/your/theme/template

  apm init -l <language-name>

Generates code scaffolding for either a theme or package depending
on the option selected.

Options:
  --template      Path to the package or theme template                                     [string]
  -p, --package   Generates a basic package                                                 [string]
  -t, --theme     Generates a basic theme                                                   [string]
  -l, --language  Generates a basic language package                                        [string]
  -c, --convert   Path or URL to TextMate bundle/theme to convert                           [string]
  -h, --help      Print this usage message

  Prefix an option with `no-` to set it to false such as --no-color to disable
  colored output.