Check if you have Node.js 16.x, npm and node-typescript installed
- Clone the repository from git bash as git clone https://
<PAT>
@github.com/annoyPR/sms-parser.git - Change directory to sms-parser, in bash this can be done by cd sms-parser
- Go to project make required changes and save them
- Run
npm run build
this will compile all .ts files of this project to /dist directory - Run
npm run deploy:local
, this will compress and deploy the compressed file to $HOME directory
- Go to root folder of you project where package.json file lies
- Delete @zype sub directory inside node_modules (if present)
- Add "@zype/sms-parser":"https://github.com/Respotechnologies/sms-parser.git#main" to dependencies object inside package.json
- Change directory to where package.json is and run
npm i
- Test @zype/sms-parser library