Socket
Socket
Sign inDemoInstall

rabbit-playground

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rabbit-playground

WIP better faster dev experience


Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

Rabbit :rabbit:

WIP better faster dev experience

developer instructions

this project's structure

This is a mono-repo, multi-project thing.

lifecycle

this project is designed to work with lerna and npm.

first, install lerna
npm install --global lerna

then to install all projects dependencies:
lerna bootstrap

to clean the dist of all projects:
lerna run clean

to build all projects:
lerna run build or npm build from the root dir

to test all projects:
lerna run test

to continually build-watch all projects:
npm watch from the root dir. note that this should be run after build and before changes.

FAQs

Package last updated on 06 Feb 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