Installation
To install the latest version of fewer:
npm install fewer
You'll likely also want to globally install the CLI to help scaffold things out:
npm install @fewer/cli --global
Complementary Packages
The core fewer package includes the basic functionality needed to interact with your database, but you'll likely want one of the pre-built helper packages to take care of common functionality.
npm install @fewer/validations # A collection of pipes that handle common model validation use-cases.
npm install @fewer/virtuals # Support for adding virtuals and custom methods to models.
npm install @fewer/hashed-field # Automatically handle hashing fields.