Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 869 Bytes

Contributing.md

File metadata and controls

55 lines (34 loc) · 869 Bytes

Package Maintenance Info

Info for local developers to get the package up and running locally and publish it live

Run package locally

  1. In current package directory run npm link

    npm link
  2. In the directory you want to consume the package, run the following:

    npm link eleventy-plugin-embed-tweet

Deployment

Project Setup

npm config set scope kylemit
npm config set access public

User Setup

Login to npm using either of the methods

A) Login to npm

npm login

or

B) For multiple accounts

Add .npmrc file in the current directory with the following info:

//registry.npmjs.org/:_authToken=***

Publish Package

Revision version number in package.json

npm publish --access public