{"_id":"@avaion/m2h","_rev":"1-47ef19848268fc8ca91c884691ac774d","name":"@avaion/m2h","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"@avaion/m2h","version":"0.0.1","description":"convert markdown to html using showdown","main":"index.js","bin":{"m2h":"./index.js"},"scripts":{"test":"mocha"},"repository":{"type":"git","url":"git+https://github.com/thompsgr/m2h.git"},"keywords":["markdown","html","converter"],"author":{"name":"Geoffrey R. Thompson","email":"geoff@avaion.com","url":"http://www.avaion.com/"},"license":"MIT","bugs":{"url":"https://github.com/thompsgr/m2h/issues"},"homepage":"https://github.com/thompsgr/m2h#readme","dependencies":{"showdown":"^1.9.0"},"gitHead":"dac9486af72b32f048464306d531dfffa4a5728a","_id":"@avaion/m2h@0.0.1","_npmVersion":"6.4.1","_nodeVersion":"10.9.0","_npmUser":{"name":"thompsgr","email":"thompsgr@avaion.com"},"dist":{"integrity":"sha512-RSSwD/KUCfnWLT1ussQ9ITBfivz7y0Byw7VE3xPlyDKyqEeO4lg0UhN1TGQ37SvoQgrKHtCjURyYlQp9vBRAsg==","shasum":"2f8295d58381f3d468d64074e77958ee555b763b","tarball":"https://registry.npmjs.org/@avaion/m2h/-/m2h-0.0.1.tgz","fileCount":4,"unpackedSize":3645,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJb/umYCRA9TVsSAnZWagAAtGoQAIzlwEPRYVwuiNsSkRqQ\nPKMpuoC+HRtxUpl025bzz5xriAx8TfSnJEtUCDQSkZd1q90+FitcxaeCG/qY\nln5864ssNXR3W4CBG++8y/GNT6tOIN0otBZxIthIFZKKI2U3lZ07SU+7BEev\nybGXEtM6ve3rnPJVRPqa0jFtsMf4vrhYyOgV1VL7WGybiI48BkLgoRX9OxW3\naVIFhK0pW6mfKHjTd0aTRWFcQxscbsQpIz8cImGprxVwRA3MGvvqwXC2Q17E\n7hiD9TjQ9mWZKQBZxpri6Mc8b9ks11OIjGMZpTB38FzUy90QYKtu6AKqHs/E\nK7SO9z54u2HVYWtLHWYoACbOS73/vHI9L2he0UGnNOrybmLFWg24dqE/BXo8\nD9tzxrfraKCPDjUBR4t1LgWqCKa6B+npmwT83Dpd0B59Ln04IE/kVI3t0SCJ\nYSDees1N+uPK2pB2y5OIgyb4mLiRIypZ5KZ3CDYynHTEZNnxr3BgpX9tUOXE\nsIsVQJj6TMStU76rDZP3nphcIWhdOlgy/JT5dy15UmjfG7cOpRufR5dl/X1R\nqkL74uumjxddwZshv0O7ALEMqnFSuxpiaSZYyEeXCRaX3kQSCtrioZGQxSiE\nLqnyI1iseI8mskfP0zUTZAgvxMMYjdpTUzLl9PBAEt19Tw2i42KS1ewPGxlV\n4oG/\r\n=cJhM\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDIditG9rHrLI55cF/wswvIWAb55r2kuRamaFNWfCt7uQIgNXqLSanFjx5tCclRMO/h07+MlI+cI5sfGKkKVKTkjIU="}]},"maintainers":[{"name":"thompsgr","email":"thompsgr@avaion.com"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/m2h_0.0.1_1543432599737_0.17643149915704037"},"_hasShrinkwrap":false}},"time":{"created":"2018-11-28T19:16:39.581Z","0.0.1":"2018-11-28T19:16:39.996Z","modified":"2022-04-04T16:42:56.838Z"},"maintainers":[{"name":"thompsgr","email":"thompsgr@avaion.com"}],"description":"convert markdown to html using showdown","homepage":"https://github.com/thompsgr/m2h#readme","keywords":["markdown","html","converter"],"repository":{"type":"git","url":"git+https://github.com/thompsgr/m2h.git"},"author":{"name":"Geoffrey R. Thompson","email":"geoff@avaion.com","url":"http://www.avaion.com/"},"bugs":{"url":"https://github.com/thompsgr/m2h/issues"},"license":"MIT","readme":"# m2h\n\nm2h is a cli tool that converts markdown to html using the excellent showdown package.\n\nInstall m2h globally, and then use it from anywhere:\n\n    $ npm install -g @avaion/m2h\n\nTo use, just specify the input directory (where the markdown files reside) and the output directory (where you want the HTML written).\n\n    $ m2h path/to/markdown/dir path/to/html/dir\n\nRight now, one HTML file will be written for every Markdown file. In addition, m2h will create a Table of Contents (toc.html) with links to all files generated.\n\nWARNING: M2H WILL OVERWRITE ANY FILES OF THE SAME NAME THAT EXIST IN THE OUTPUT DIRECTORY, SO BE SURE YOU PROVIDE THE APPROPRIATE DIRECTORY.\n\n","readmeFilename":"README.md"}