包详细信息

@contentpilot/page-tools

contentpilot149MIT1.1.2

Set of page tools for users to print, email, share, etc.

WordPress, tools, Content, Pilot

自述文件

Content Pilot Page Tools

Set of page tools for users to print, email, share, etc.

Installation

npm install @contentpilot/page-tools --save-dev

Require JS file in task runner

./node_modules/@contentpilot/page-tools/index.js

Bind to content area

$('.page-tools').cpPageTools();

Publish to NPM

To update this repository on NPM using the GitHub action,

  1. Bump the version number in package.json
  2. Commit with message pattern of Release x.x.x
  3. Push to master branch to origin