{"_id":"exitzero","_rev":"6-5b030cc89bc65e3a6595d190b733b012","name":"exitzero","description":"make a CLI command always return an exit status of 0. This can be useful in combination with a `watch` process to ensure things keep running.","dist-tags":{"latest":"1.0.1"},"versions":{"1.0.0":{"name":"exitzero","version":"1.0.0","description":"make a CLI command always return an exit status of 0. This can be useful in combination with a `watch` process to ensure things keep running.","main":"index.js","scripts":{"test":"node test/test.js"},"keywords":["cli","nofail","failonerror","fail","on","error","task","build"],"author":{"name":"Dan Flettre"},"license":"ISC","devDependencies":{"nixt":"^0.4.1","tape":"^3.2.0"},"directories":{"test":"test"},"bin":{"exitzero":"./index.js"},"dependencies":{},"repository":{"type":"git","url":"https://github.com/Flet/exitzero.git"},"bugs":{"url":"https://github.com/Flet/exitzero/issues"},"homepage":"https://github.com/Flet/exitzero","gitHead":"799bf7212e8b16b7a5882277d6adab4c9c151355","_id":"exitzero@1.0.0","_shasum":"3f3ec91cf226e8e7e113ba05289a5c7f7e450162","_from":".","_npmVersion":"2.1.5","_nodeVersion":"0.10.35","_npmUser":{"name":"flet","email":"flettre@gmail.com"},"maintainers":[{"name":"flet","email":"flettre@gmail.com"}],"dist":{"shasum":"3f3ec91cf226e8e7e113ba05289a5c7f7e450162","tarball":"https://registry.npmjs.org/exitzero/-/exitzero-1.0.0.tgz","integrity":"sha512-DHxtcP7lcDeJNTghcQE9BhzlZxcAJVpWhTyRBjnjd7ArrStSOT130iL+6msbV14ldy8ixBcQaihSU5bt2xhn/w==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDwZAmaCkkCES2OWA9J/9XV7EBiQlG3GFerXyiNJqqnowIgEnw+3foAMsFjKNFLzzR8F+2HyWwVU1wPqVYqhlmFuxg="}]}},"1.0.1":{"name":"exitzero","version":"1.0.1","description":"make a CLI command always return an exit status of 0. This can be useful in combination with a `watch` process to ensure things keep running.","main":"index.js","scripts":{"test":"standard && node test/test.js"},"keywords":["cli","nofail","failonerror","fail","on","error","task","build"],"author":{"name":"Dan Flettre"},"license":"ISC","devDependencies":{"nixt":"^0.4.1","standard":"*","tape":"^3.2.0"},"directories":{"test":"test"},"bin":{"exitzero":"./index.js"},"dependencies":{},"repository":{"type":"git","url":"https://github.com/Flet/exitzero.git"},"bugs":{"url":"https://github.com/Flet/exitzero/issues"},"homepage":"https://github.com/Flet/exitzero","gitHead":"be7260838b7cab07ba999b6b010df5d0129c0e4c","_id":"exitzero@1.0.1","_shasum":"0da67af3c8ab131768daaf361f33b1a2d231a21b","_from":".","_npmVersion":"2.1.5","_nodeVersion":"0.10.35","_npmUser":{"name":"flet","email":"flettre@gmail.com"},"maintainers":[{"name":"flet","email":"flettre@gmail.com"}],"dist":{"shasum":"0da67af3c8ab131768daaf361f33b1a2d231a21b","tarball":"https://registry.npmjs.org/exitzero/-/exitzero-1.0.1.tgz","integrity":"sha512-TFqfd0V9fE7rsDlAX2V5VpyLjAT3n3x4pJqZur7dm2pDTLlx8rGpv4fS0UqSn5ur/hMyqIVss4yps5EfMt+FBA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIEExIxQPo/kjZ+bCtzn/HgLM1vuJXyduTHQa29j9jj4hAiEAioBgZ+63A83WY9/lp7oA9IynOlR/yrMgTPqxjP/Z2E8="}]}}},"readme":"# exitzero\n\nmake a CLI command always return an exit status of 0. This can be useful in combination with a `watch` process to ensure things keep running if the target command returns a non-zero exit status.\n\n## Installation\n\n```sh\nnpm install exitzero --global\n```\n\n## Example\n```sh\nflet@lappy:~$ ls nonexist\nls: cannot access nonexist: No such file or directory\nflet@lappy:~$ echo $?\n2\nflet@lappy:~$ exitzero ls nonexist\nls: cannot access nonexist: No such file or directory\nflet@lappy:~$ echo $?\n0\n```\n\n\n## Tests\n\n```sh\nnpm install\nnpm test\n```\n\n## Dependencies\n\nNone\n\n## Dev Dependencies\n\n- [nixt](https://github.com/vesln/nixt): Simple and powerful testing for command-line apps\n- [tape](https://github.com/substack/tape): tap-producing test harness for node and browsers\n\n\n## License\n\nISC\n","maintainers":[{"name":"flet","email":"flettre@gmail.com"}],"time":{"modified":"2022-06-17T21:57:18.688Z","created":"2015-01-18T04:57:38.375Z","1.0.0":"2015-01-18T04:57:38.375Z","1.0.1":"2015-02-01T21:53:01.007Z"},"homepage":"https://github.com/Flet/exitzero","keywords":["cli","nofail","failonerror","fail","on","error","task","build"],"repository":{"type":"git","url":"https://github.com/Flet/exitzero.git"},"author":{"name":"Dan Flettre"},"bugs":{"url":"https://github.com/Flet/exitzero/issues"},"license":"ISC","readmeFilename":"README.md"}