Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

poly-theme-cli

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poly-theme-cli

This module contains cli tools for theme developers.

  • 2.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Poly Theme Cli

A set of common cli tools used for poly theme development

Installation

npm install poly-theme-cli --save-dev

Update "scripts" in package.json to access the hstheme in the repo.

"scripts": {
    "hstheme: "hstheme",
    ...
}

Setup local.config.js

npm run hstheme setup:local

User would be prompted to provide organization id and hearsay api token.

Fetch Slug

npm run hstheme fetch:slug <slug>

If the slugs exists in the organization then data for the slug will be fetched and stored in <slug>.json file and value sampleData in the local.config.js would be set to <slug>.json

Other Commands

To switch between sample data: npm run hstheme use:sample <filename>

To set the default: npm run hstheme use:default

FAQs

Package last updated on 25 Aug 2018

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc