Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mstssk/calc-circleci-ppp
Calculate CircleCI's Performance Pricing Plan.
https://github.com/mstssk/calc-circleci-ppp
Last synced: 9 days ago
JSON representation
Calculate CircleCI's Performance Pricing Plan.
- Host: GitHub
- URL: https://github.com/mstssk/calc-circleci-ppp
- Owner: mstssk
- Created: 2018-12-03T10:28:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-22T05:28:57.000Z (almost 5 years ago)
- Last Synced: 2024-09-22T07:37:37.199Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@mstssk/ppp
- Size: 1.42 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![npm version](https://badge.fury.io/js/%40mstssk%2Fppp.svg)](https://badge.fury.io/js/%40mstssk%2Fppp)
[![CircleCI](https://circleci.com/gh/mstssk/calc-circleci-ppp.svg?style=svg)](https://circleci.com/gh/mstssk/calc-circleci-ppp)# calc-circleci-ppp
Calculate CircleCI's Performance Pricing Plan.## How to Use
### Web
https://mstssk.github.io/calc-circleci-ppp/
### CLI
Usage
```sh
$ npx @mstssk/ppp ...
```Example
```sh
# 7 users, 5000 min for medium class.
$ npx @mstssk/ppp 7 medium:5000
# output: 105
``````sh
# 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
```