package
Version:
v0.0.0-...-8e0a011
Opens a new window with list of versions in this module.
Published: Nov 4, 2019
License: LGPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package cmd contains definitions for executable commands and is responsible
for the validation of flags and arguments.
AddApp generates a cli command that creates new mona apps within a project.
Build generates a cli command that builds any modified apps within
the project.
Diff generates a cli command that prints out apps that have changed within
the current project.
Init generates a cli command for initializing new mona projects.
Lint generates a command that lints all new/modified apps within the project.
Run generates a cli command that lints, tests and builds any modified apps
within the project.
Test generates a command that runs tests for all apps with changes.
The ActionFunc type is a method that takes a CLI context and the
current project as an argument and returns a single error.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.