JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q40174F
  • License MIT

This is a tool that helps you calculate your final score achieved in one of official Salesforce Exams. You can modify and extend Exams through exam.json file in this repo.

Package Exports

  • forcecalc

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (forcecalc) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

forcecalc

This is a simple CLI tool that I created for my colleagues from Salesforce-trainers group. It simply caclculates weighted average from partial Exam scores 3 salesforce developer exams. But feel free to use this tools --edit flag to edit exams.json (add/remove/modify exams). It is not prefect and I mostly just used this Package to try out some NodeJS features.

Compatibility

Currently this package is only supported Windows, Mac and Linux.

Installation

npm install -g forcecalc

Quick Start

forcecalc

This launches the main. You will be prompted with everything you need to Calculate your Final Exam Score.

Edit Exams

forcecalc --edit

This feature opens json file with all exam data. You can modify and add new Exams. All exams do have topics and there you can find a topics name and weight. NOTE: You can not mofify calculation formula only data passed there.

Other Useful commands

forcecalc --help

Displays a list of all accesible commands.

forcecalc --version

Displays Package version.

GitHub

https://github.com/Must4che/forcecalc