├── .gitIgnore ├── index.js ├── package.json └── todo.txt /.gitIgnore: -------------------------------------------------------------------------------- 1 | node_modules/ -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aditya9-2/Todo-CLI/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aditya9-2/Todo-CLI/HEAD/package.json -------------------------------------------------------------------------------- /todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aditya9-2/Todo-CLI/HEAD/todo.txt --------------------------------------------------------------------------------