Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 445 Bytes

README.MD

File metadata and controls

27 lines (19 loc) · 445 Bytes

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