0.0.4 • Published 2 years ago

aella v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

aella

Installation

$ yarn install --dev aella

Usage

USAGE
  aella COMMAND ...
  la COMMAND ...

  aella -l,--ls,--list              List available commands
  aella -b,--build PROJECT          Build a project
  aella -p,--pkg,--package PROJECT  Package a project
  aella -h,--help                   Print help information

VS Code Integration

.vscode/settings.json

{
  "json.schemas": [
    {
      "fileMatch": [
        "workspace.json"
      ],
      "url": "./node_modules/aella/workspace.schema.json"
    },
    {
      "fileMatch": [
        "project.json"
      ],
      "url": "./node_modules/aella/project.schema.json"
    }
  ]
}