@bring-it/sample

0.4.4 • Public • Published

@bring-it/sample

Generate code sample files.

npm github node

Installation

npx playwright install chromium
npm install playwright-core -g
npm install @bring-it/sample -D

Usage

npm link playwright-core
npm x bring-it sample

Commands

bring-it pack [target...]

Pack files when support.

bring-it sample

Generate code sample files.

Config example:

// .bring-it/sample.config.json
{
  "group": [
    {
      "cwd": ".",
      "pattern": ["**/*"],
      "extensions": ["js", "ts", "..."],
      "ignore": ["dist"],
      "title": "示例软件名称",
      "version": "v1.0"
    }
  ]
}

/@bring-it/sample/

    Package Sidebar

    Install

    npm i @bring-it/sample

    Weekly Downloads

    3

    Version

    0.4.4

    License

    MIT

    Unpacked Size

    16.6 kB

    Total Files

    6

    Last publish

    Collaborators

    • airkro