rubenspgcavalcante / calculib

A NodeJS example of a customisable package on install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculib

A example project to show a customizable package installer

Installing

npm install calculib

Custom build

You can remove some of the operations by:

npm config set calculib:excludes $operation_1,$operation_2,$operation_3,...

npm rebuild calculib

Available operations

  • sum
  • subtraction
  • multiplication
  • division

License

This project is under MIT LICENSE

About

A NodeJS example of a customisable package on install

License:MIT License


Languages

Language:JavaScript 100.0%