Socket
Socket
Sign inDemoInstall

@ackee/be-cli

Package Overview
Dependencies
379
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ackee/be-cli

Ackee scripts for backend development


Version published
Weekly downloads
2
Maintainers
3
Created
Weekly downloads
 

Readme

Source

@ackee/be-cli

Ackee scripts for backend development.

Usage

  1. Installation npm install -g @ackee/be-cli
  2. Verify the version: ackee-be --version
  3. Develop 👨‍💻

Commands

Usage: ackee-be [options] [command]

Options:
  -V, --version  output the version number
  -h, --help     output usage information

Commands:
  docs           Generate API documentation
  help [cmd]     display help for [cmd]

Docs

Generates a .html from a .apib docs to the specified folder.

Usage: ackee-be docs [options]

Options:
  -i, --input [value]   Apib source files (default: [])
  -o, --output [value]  Output folder (default: "./docs-output")
  --tempDir [value]     Temp directory (default: Local temp dir)
  -h, --help            output usage information

Currently supports only a single input - the first one, although multiple can be supplied to the CLI.

FAQs

Last updated on 08 Feb 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc