0.1.5 • Published 2 years ago

lcap-min v0.1.5

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

Lcap-min

CLI for developing Lcap Projects.

CircleCI NPM Version Dependencies NPM Download

Install

npm install -g lcap-min

Quick Start

lcap init

Commands

  • lcap help: Show help of all commands
  • lcap -V, --version: Show the version of current CLI

  • init <type> <name>: Initialize a material

  • config <action> <key> [value]: Configure CLI options
  • publish <version>: Publish a new version
  • deploy: Push files to NOS static bucket
  • usage: Generate usage.json from api.yaml, screenshot and docs
  • readme: Generate final readable README.md from api.yaml and docs
  • vetur: Generate tags.json and attributes.json for Vetur
  • help [cmd]: display help for [cmd]

Run lcap <command> --help for detailed usage of given command.