@shockpkg/core
TypeScript icon, indicating that this package has built-in type declarations

3.0.6 • Public • Published

shockpkg Core

The core shockpkg library.

npm node

size downloads

Build Status

Overview

The core package manager library for shockpkg packages.

Usage

Basic Usage

import {Manager} from '@shockpkg/core';

const manager = new Manager();
const pkg = 'some-package-name-or-hash';
await manager.update();
await manager.install(pkg);
const file = await manager.file(pkg);
console.log(file);

Bugs

If you find a bug or have compatibility issues, please open a ticket under issues section for this repository.

License

Copyright (c) 2018-2024 JrMasterModelBuilder

Licensed under the Mozilla Public License, v. 2.0.

If this license does not work for you, feel free to contact me.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.6
    5
    • latest

Version History

Package Sidebar

Install

npm i @shockpkg/core

Weekly Downloads

81

Version

3.0.6

License

MPL-2.0

Unpacked Size

326 kB

Total Files

48

Last publish

Collaborators

  • jrmastermodelbuilder