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

demo-activation-extension-worona

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

demo-activation-extension-worona

This extension which doesn't do anything. It's just to play with activation and deactivation.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
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

FAQs

Package last updated on 07 Mar 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

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