├── .editorconfig ├── .gitignore ├── LICENSE ├── README.md ├── cli.js ├── package.json └── screen.gif /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayankchd/movie/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayankchd/movie/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayankchd/movie/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayankchd/movie/HEAD/README.md -------------------------------------------------------------------------------- /cli.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayankchd/movie/HEAD/cli.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayankchd/movie/HEAD/package.json -------------------------------------------------------------------------------- /screen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mayankchd/movie/HEAD/screen.gif --------------------------------------------------------------------------------