2.0.1 • Published 6 years ago

metal-clipboard v2.0.1

Weekly downloads
414
License
BSD
Repository
github
Last release
6 years ago

metal-clipboard

Metal's component for copying content to the clipboard.

Setup

  1. Install NodeJS >= v0.12.0, if you don't have it yet.

  2. Install global dependencies:

    [sudo] npm install -g gulp
  3. Install local dependencies:

    npm install
  4. Build the code:

    npm run build
  5. Open the demo at demos/index.html on your browser.