Installation
Learn how to install InceptTools libraries in your project.
Prerequisites
Before installing InceptTools libraries, make sure you have the following:
- Node.js (version 14 or higher)
- npm, yarn, or pnpm
Installing @inceptools/db
You can install @inceptools/db using your preferred package manager:
npm install @inceptools/db
Depending on which database you want to use, you'll also need to install the corresponding packages:
For MongoDB
npm install mongoose
For SQL Databases
npm install sequelize
You'll also need to install the driver for your specific SQL database:
npm install pg pg-hstore
For Redis
npm install redis
Installing @inceptools/cli (Coming Soon)
The CLI tools are currently in development. Once released, you'll be able to install them globally:
npm install -g @inceptools/cli
Next Steps
Now that you've installed the necessary packages, you can start using InceptTools: