starring

Star all the packages being used in the current project.

MIT 4 个版本
安装
npm install starring
yarn add starring
pnpm add starring
bun add starring
README

Star the packages on GitHub being used in the current project or installed globally.

Features

  • Star selected dependencies : starring
  • Star all dependencies of the current project: starring --all
  • Star a particular package: starring colors
  • Star selected global dependencies : starring --global
  • Star all global dependencies: starring --global --all

Authorization

You will need to provide your GitHub usename and password for the first time so that it can create a token. The scope of the token is 'public_repo'. After that it won't ask for any credentials.

Install

$ npm install --global starring

Usage Instructions

Usage
    $ starring [input]

  Options
    --all  Star all the packages listed in the package.json from current directory. [Default: false]
    --global Star

  Examples
    $ starring
    presents UI to select the packages you want to star.
    $ starring <package-name>
    stars package-name npm package on GitHub.

License

MIT © Ritesh Kumar

版本列表
0.2.1 2017-04-16
0.2.0 2017-04-16
0.1.1 2017-04-13
0.1.0 2017-04-12