Socket
Socket
Sign inDemoInstall

remark-cli

Package Overview
Dependencies
Maintainers
5
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-cli - npm Package Compare versions

Comparing version 6.0.1 to 7.0.0

16

package.json
{
"name": "remark-cli",
"version": "6.0.1",
"description": "CLI to process markdown with remark using plugins",
"version": "7.0.0",
"description": "CLI to process Markdown with remark using plugins",
"license": "MIT",
"keywords": [
"unified",
"remark",
"markdown",
"remark",
"mdast",
"cli",

@@ -27,9 +29,5 @@ "bin"

"markdown-extensions": "^1.1.0",
"remark": "^10.0.0",
"unified-args": "^6.0.0"
"remark": "^11.0.0",
"unified-args": "^7.0.0"
},
"devDependencies": {
"execa": "^1.0.0",
"tape": "^4.9.1"
},
"scripts": {

@@ -36,0 +34,0 @@ "test": "tape test.js"

@@ -1,7 +0,14 @@

# remark-cli [![Travis][build-badge]][build-status] [![Coverage][coverage-badge]][coverage-status] [![Downloads][dl-badge]][dl] [![Chat][chat-badge]][chat]
# remark-cli
Command-line interface for [**remark**][remark].
[![Build][build-badge]][build]
[![Coverage][coverage-badge]][coverage]
[![Downloads][downloads-badge]][downloads]
[![Sponsors][sponsors-badge]][collective]
[![Backers][backers-badge]][collective]
[![Chat][chat-badge]][chat]
Command line interface for [**remark**][remark].
* Loads [`remark-` plugins][plugins]
* Searches for [markdown extensions][markdown-extensions]
* Searches for [Markdown extensions][markdown-extensions]
* Ignores paths found in [`.remarkignore` files][ignore-file]

@@ -12,7 +19,2 @@ * Loads configuration from [`.remarkrc`, `.remarkrc.js` files][config-file]

* * *
**Announcing the unified collective! 🎉
[Read more about it on Medium »][announcement]**
## Sponsors

@@ -50,4 +52,6 @@

## Installation
[**Read more about the unified collective on Medium »**][announcement]
## Install
[npm][]:

@@ -59,3 +63,3 @@

## Usage
## Use

@@ -73,4 +77,4 @@ ```sh

See [**unified-args**][unified-args], which provides the interface,
for more information on all available options.
See [`unified-args`][unified-args], which provides the interface, for more
info on all available options.

@@ -80,3 +84,3 @@ ```txt

CLI to process markdown with remark using plugins
CLI to process Markdown with remark using plugins

@@ -120,2 +124,16 @@ Options:

## Contribute
See [`contributing.md`][contributing] in [`remarkjs/.github`][health] for ways
to get started.
See [`support.md`][support] for ways to get help.
Ideas for new plugins and tools can be posted in [`remarkjs/ideas`][ideas].
A curated list of awesome remark resources can be found in [**awesome
remark**][awesome].
This project has a [Code of Conduct][coc].
By interacting with this repository, organisation, or community you agree to
abide by its terms.
## License

@@ -127,14 +145,20 @@

[build-badge]: https://img.shields.io/travis/remarkjs/remark/master.svg
[build-badge]: https://img.shields.io/travis/remarkjs/remark.svg
[build-status]: https://travis-ci.org/remarkjs/remark
[build]: https://travis-ci.org/remarkjs/remark
[coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark.svg
[coverage-status]: https://codecov.io/github/remarkjs/remark
[coverage]: https://codecov.io/github/remarkjs/remark
[dl-badge]: https://img.shields.io/npm/dm/remark-cli.svg
[downloads-badge]: https://img.shields.io/npm/dm/remark-cli.svg
[dl]: https://www.npmjs.com/package/remark-cli
[downloads]: https://www.npmjs.com/package/remark-cli
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
[collective]: https://opencollective.com/unified
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg

@@ -144,2 +168,14 @@

[health]: https://github.com/remarkjs/.github
[contributing]: https://github.com/remarkjs/.github/blob/master/contributing.md
[support]: https://github.com/remarkjs/.github/blob/master/support.md
[coc]: https://github.com/remarkjs/.github/blob/master/code-of-conduct.md
[ideas]: https://github.com/remarkjs/ideas
[awesome]: https://github.com/remarkjs/awesome-remark
[license]: https://github.com/remarkjs/remark/blob/master/license

@@ -146,0 +182,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc