Socket
Socket
Sign inDemoInstall

@lemonpi/templateset-cli

Package Overview
Dependencies
694
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @lemonpi/templateset-cli

cli tool for LemonPI


Version published
Weekly downloads
2
decreased by-90%
Maintainers
4
Install size
86.6 MB
Created
Weekly downloads
 

Readme

Source

lemonpi-cli

This project serves as a collection of cli tools that make it easier to create templatesets for LemonPI.

Installation

yarn add -D @lemonpi/templateset-cli

templateset-preview

Because of their dynamic nature, templatesets can not be previewed locally. This tool takes a templateset as it would be uploaded to LemonPI, and transforms it into a working preview.

It actively watches a source directory. When changes occur the preview is recreated and reloaded in the browser.

Usage

yarn templateset-preview

Or with extra logging:

templateset-preview -v

The preview will now be available on http://localhost:3000.

Options

  • --help or -h for usage information
  • --watch or -w to configure the source directory (defaults to ./template-set)
  • --out or -o to configure the output directory (defaults to ./preview)
  • --verbose or -v for extra logging

FAQs

Last updated on 30 Apr 2018

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