@foray1010/remark-preset

10.0.1 • Public • Published

@foray1010/remark-preset

Installation

  1. yarn add -DE @foray1010/remark-preset remark-cli

  2. Create an .remarkrc.mjs in the project root

    const config = {
      plugins: ['@foray1010/remark-preset'],
    }
    export default config
  3. Use default remarkignore via npm script

    {
      "scripts": {
        "remark": "remark --ignore-path=node_modules/@foray1010/remark-preset/remarkignore --ignore-path-resolve-from=cwd --silently-ignore"
      }
    }

    then use npm run remark or yarn remark to replace remark

/@foray1010/remark-preset/

    Package Sidebar

    Install

    npm i @foray1010/remark-preset

    Weekly Downloads

    93

    Version

    10.0.1

    License

    MIT

    Unpacked Size

    13.9 kB

    Total Files

    6

    Last publish

    Collaborators

    • foray1010