@mstssk/ppp

0.1.1 • Public • Published

npm version CircleCI

calc-circleci-ppp

Calculate CircleCI's Performance Pricing Plan.

How to Use

Web

https://mstssk.github.io/calc-circleci-ppp/

CLI

Usage

$ npx @mstssk/ppp <activeUsers> <dlc:run> ...<resource_class:min>

Example

# 7 users, 5000 min for medium class.
$ npx @mstssk/ppp 7 medium:5000
# output: 105
# 5 users, 1500 min for large class, 1000 min for macos, Use Docker layer caching for 100 times.
$ npx @mstssk/ppp 5 large:1500 macos-large:1000 dlc:100
# output: 105

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    1
  • 0.0.2
    1
  • 0.0.1
    0

Package Sidebar

Install

npm i @mstssk/ppp

Weekly Downloads

2

Version

0.1.1

License

MIT

Unpacked Size

4.5 kB

Total Files

7

Last publish

Collaborators

  • mstssk