Socket
Socket
Sign inDemoInstall

livingdocs-manager

Package Overview
Dependencies
225
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    livingdocs-manager

A cli to manage designs and the configuration of a livingdocs server.


Version published
Weekly downloads
32
decreased by-3.03%
Maintainers
3
Install size
16.6 MB
Created
Weekly downloads
 

Readme

Source

Livingdocs Manager - ldm

A cli to manage designs and the configuration of a livingdocs server.

Installation

npm install -g livingdocs-manager

Commands

Go into your design directory. Execute one of the following commands.

$ ldm
Usage: ldm <command>

where: <command> is one of:

  help                              #  Show this information

  version                           #  Show the cli version

  user:info                         #  Prints the user information

  design:build                      #  Compile the design
  design:publish                    #  Show the script version
  design:proxy                      #  Start a design server that caches designs

  project:channel:list              #  List all designs of all channels of a project

  channel:design-version:add        #  Add a design version to a channel
  channel:design-version:remove     #  Remove a design version from a channel
  channel:design-version:current    #  Set a current design version as default of a channel
  channel:design-version:enable     #  Enable a design version of a channel
  channel:design-version:disable    #  Disable a design version of a channel

Publish a design

cd ~/Development/livingdocs-design
ldm design:build ./src ./dist
ldm design:publish ./dist

Force update an existing design

ldm design:publish ./dist --force

To release a new version of this module

You can run

npm version [major|minor|patch]

FAQs

Last updated on 19 Jan 2021

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