Pice - shysolocup/pice GitHub Wiki

Info:

Type
the main class where all the methods for running commands are stored

AeplClass

Methods

Type

Sync/Async

Description

🛈 install() Function Sync installs a given npm package
🛈 installAsync() Function Async installs a given npm package
🛈 uninstall() Function Sync uninstalls a given npm package
🛈 uninstallAsync() Function Async uninstalls a given npm package
🛈 update() Function Sync updates a give npm package
🛈 updateAsync() Function Async updates a given npm package
🛈 npm() Function Sync runs a given npm command
🛈 npmAsync() Function Async runs a given npm command
🛈 run() Function Sync runs a given command
🛈 runAsync() Function Async runs a given command

JS
const pice = require('pice');

pice.install("@stews/soup")


⚠️ **GitHub.com Fallback** ⚠️