NOTE: All commands and files should be lowercase and all the commands will be performed in lowercase
Please click here for documentation.
- NodeJS
- Npm
- Oclif
- Chalk
- Cli UX
- CSV Parser
- Basic SQL Query Knowledge
Clone the project
git clone https://github.com/creyente1897/csvDrill.git
cd csvDrillInstalling node modules (dependencies)
npm installRunning the project (In terminal)
./bin/run csvdrill --dbpath="path/to/directory"
./bin/run csvdrill -d="path/to/directory"OR
./bin/run csvdrill --dbpath="path/to/file"
./bin/run csvdrill -d="path/to/file"FOR HELP
./bin/run csvdrill --help"Note: Please update the directory/file path before proceeding
npm test