5.3.0 • Published 3 years ago

@elife/pkg-mgr v5.3.0

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

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}'...`)
})
5.3.0

3 years ago

5.2.0

3 years ago

5.1.0

3 years ago

5.0.0

3 years ago

4.1.0

5 years ago

4.0.0

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago