Package Exports
- npm-weekly-md
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (npm-weekly-md) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
npm-weekly-md
Transform npm-weekly to markdown
Install
$ npm install npm-weekly-md
Usage
var parse = require('npm-weekly-md')
var markdown = parse('http://blog.npmjs.org/post/119399973890/npm-weekly-17')
In command line:
npm-weekly-md http://blog.npmjs.org/post/119399973890/npm-weekly-17 > npm-weekly-17.md
License
MIT © C. T. Lin