Linkees icon indicating copy to clipboard operation
Linkees copied to clipboard

Create this as an npm module

Open lewisdonovan opened this issue 2 years ago • 3 comments

Are there any plans to make this available as an NPM module? It's so much quicker/easier/more normal to install via NPM/Yarn instead of having to fork and clone, you'd get way more downloads.

lewisdonovan avatar Jun 21 '22 00:06 lewisdonovan

Nice idea ☺️👍 could you please help me to create it

heysagnik avatar Jun 22 '22 05:06 heysagnik

Hey @heysagnik! I can pick this up. I will create a PR to make the component usable by the outside world. Apart from that, I think you should be the one publishing this package under your npm user. Steps for you to do that

  1. Create an account on NPM
  2. Go to the repository in your local setup and login in to npm using following 2 commands
npm set registry=https://registry.npmjs.org/
npm login
  1. Publish using npm publish command

taksuparth avatar Oct 03 '22 13:10 taksuparth

@taksuparth assigned you :) Best of luck Happy Hacking

heysagnik avatar Oct 03 '22 14:10 heysagnik