JSPM

create-remark-lint-plugin

0.1.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q15527F
  • License MIT

scaffold to create an initial project for remark lint plugin

Package Exports

  • create-remark-lint-plugin

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 (create-remark-lint-plugin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

create-remark-lint-plugin

This scaffold helps generate an initial plugin project for remark-lint.

Usage

npx create-remark-lint-plugin plugin-name-here

If plugin name is not provided via arguments, it will be asked using prompts.

You can also pass --folder parameters to create initial project inside given subfolder. Example:

npx create-remark-lint-plugin plugin-name-here --folder packages

The command above will create a remark-lint-plugin-name-here inside packages folder under current running directory.