@e10/social-urls
v0.1.58
Published
## Install
Downloads
15
Readme
Social Urls
Install
npm install @e10/social-urls --save
or
yarn add @e10/social-urls
Usage
const {twitter: makeTwitter, facebook: makeFacebook} = require('@e10/social-urls');
const socialUrls = [
makeTwitter('@luinq'), // https://twitter.com/luinq
makeFacebook('/luinq') // https://facebook.com/luinq
];Develop
This is a mono repository, managed with lerna.
Follow the instructions for the top-level repo.
git clonethis repo &cdinto it as usual- Run
yarnto install top-level dependencies.
Run
yarn dev
Test
yarn lintrun just eslintyarn testrun lint and tests
Copyright & License
Copyright (c) 2013-2025 Luinq Foundation - Released under the MIT license.
