New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

general-fbia-extension-worona

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

general-fbia-extension-worona

Facebook instant articles general page

1.0.3
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

Worona Package Development

You can use this repository to start developing a Worona package.

Installation

Install Node if you haven't installed it yet. We recommend v4.

Update NPM if you haven't updated it yet. You need at least version 3.

npm -g install npm@3

Use sudo if needed.

Fork this repo on GitHub or download the zip file.

Then add this repository as upstream so you can keep up with the changes.

git init
git remote add upstream https://github.com/worona/package-development-worona.git

Run npm install to install dependencies. It may take quite a while so you can go play some ping pong 🏓

npm install

Development

Run the client.

npm start

The first time, it will ask you for your details like package name, description, github repository and so on. Then it will ask you for the service you want to run.

Publish

Once you have finished, publish the package to npm:

npm publish

Keywords

Facebook

FAQs

Package last updated on 12 Jan 2017

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