1.1.2 • Published 4 years ago

@contentpilot/page-tools v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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