Pice.updateAsync() - shysolocup/pice GitHub Wiki

Info:

Type Return Type
updates a given npm package

Function Async

PiceCommand

Arguments:

  • ?pkg String
    name of the npm package you want to update
    can also put arguments in the name as well if you need to
  • ?args Object
    arguments for the package
    possible arguments:
  • sync Boolean: if it'll run the command synchronously or not (dominant over async)
  • async Boolean: if it'll run the command asynchronously or not
  • global Boolean: if it should run globally or not>>

JS
const pice = require('pice');

pice.updateAsync("@stews/soup");


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