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.

  • 1.2.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
11
Created
Source

@politico/interactive-bin

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

Quick Start

Installation:

$ npm install -g @politico/interactive-bin

One-Time Setup (if you work at POLITICO, check out the POLITICO Onboarding Guide):

$ pib setup

Then you can use its commands by running:

$ pib <command> <...arguments>

Starting a New Interactive

To start a new interactive, make an empty directory.

$ mkdir MY_INTERACTIVE_NAME
$ cd MY_INTERACTIVE_NAME

Then run the new project command:

$ pib new project

Using the CLI

Once you have pib installed you can access the CLI's many commands. Check out those docs for more on what they are and how to use them.

Using PIB In Interactives

For the most part, the PIB CLI should only be used to create new projects. Once inside a PIB-made interactive you should switch to using the yarn commands that come with those PIB projects. This will ensure that all the files and folder paths are processed correctly.

For example,

yarn api newyarn new pageyarn pub

pib api newpib new pagepib publish

PIB has some (many) opinions on how to structure your projects. These are somewhat enforced with your starting template, but you can check out the projects docs for more.

FAQs

Package last updated on 30 Nov 2020

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