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

@elife/pkg-mgr

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elife/pkg-mgr

Download and Install Everlife Packages

  • 3.1.0
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Everlife Package Manager

The everlife package manager downloads and deploys everlife packages locally so they can be used. Packages include:

  1. The Scuttlebot Immortal Feed and Replication
  2. A Database for storing working data
  3. A Work Queue for managing and distributing work (with a worker pool)
  4. A Skill Manager for installing, running, and managing skills
    • Infrastructure Skills (as hub/as host/...)
    • Worker skills (twitter svc, vanity address, ...)
  5. A Communication Manager for installing, running, and managing communication channels
    • Telegram channel
    • Messenger channel
    • Alexa channel
    • Web channel
    • ...
  6. An AI for understanding and managing user interaction and strategies for earning
  7. The stellar blockchain interface for payments, receipts, and smart contracts.
  8. ...

Quick start

const pkgmgr = require('elife-pkg-mgr')

let pkg = 'everlifeai/elife-utils'
let to_location = '1/2/3/4/'

pkgmgr.load(pkg, to_location, (err, loc) => {
    if(err) console.error(err)
    else console.log(`Success! Check the downloaded package in '${loc}'...`)
})

FAQs

Package last updated on 27 Oct 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