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

@politico/interactive-bin

Package Overview
Dependencies
Maintainers
11
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@politico/interactive-bin

JS Utilities used in the creation and distribution of interactive news at POLITICO.

  • 0.0.11
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-71.43%
Maintainers
11
Weekly downloads
 
Created
Source

@politico/interactive-bin

JS Utilities used in the creation and distribution of interactive news at POLITICO.

Installing Globally

To install globally:

npm install -g @politico/interactive-bin

Then you can use its commands by running:

pib <command> <...arguments>

Installing In A Project

If you'd prefer to install it on a per project basis you can install it:

npm install @politico/interactive-bin --save-dev

Using The Scripts

Include the following scripts in your project's package.json:

{
  "start": "pib start",
  "build": "pib build",
  "preview": "pib preview",
  "api": "pib api",
  "pub": "pib publish",
  "phelp": "pib --help"
}

Then you can run the commands using npm run or yarn from any directory in your project and be confident that the pathing will work correctly.

More docs to come...

FAQs

Package last updated on 18 Jan 2019

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