A NodeJS CLI to read the Constitution of India
- Clone the repo:
git clone https://github.com/w3bdev1/coi.git - Change directory into the coi:
cd coi - Install node modules:
npm install - Within the coi directory , run
npm link. It will create symlink in path.
- NodeJS
- From terminal run
coi. - It will prompt for an article number.
- Put the number and hit enter.
- Clone the repo:
git clone https://github.com/w3bdev1/coi.git - Change directory into the coi:
cd coi - Install node modules:
npm install - Run:
npm start
