fonttools / region-flags

Collection of flags for BCP 47 region codes in SVG / PNG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add to NPM

jackocnr opened this issue · comments

Would you be interested in registering region-flags as a package on NPM? It's the most popular package manager for the JavaScript community, and adding region-flags would allow more devs to find and use it! Plus it's super easy.

There are two steps:

  1. You need a package.json file in the root dir, which I can prepare in a pull request
  2. You need to install npm and cd into the region-flags directory and run a couple of commands: npm adduser and follow instructions to create a new user for yourself, then npm publish to add region-flags to the npm index.

Let me know what you think, thanks!

Thanks. Merged package.json. I don't have npm installed. @shervinafshar or @behnam, maybe one of you can take care of that?

It's now published:
https://www.npmjs.com/package/region-flags

@behdad, you can close the issue.

Great! Thanks guys!