1.0.3 • Published 1 year ago

@teamteanpm2024/consectetur-possimus-quisquam v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@teamteanpm2024/consectetur-possimus-quisquam

npm version downloads count travis-ci

:hammer: Find links from Google Docs in string or file

Usage

const findGoogleDocs = require('@teamteanpm2024/consectetur-possimus-quisquam');
const links = findGoogleDocs(
    `
    <https://docs.google.com/document/d/super-uniq-id/edit>
    https://docs.google.com/document/d/super-uniq-id-2/edit
    https://google.com/search?q=cookie
    `
);

console.log(links);
// - https://docs.google.com/document/d/super-uniq-id/edit
// - https://docs.google.com/document/d/super-uniq-id-2/edit

CLI

Installation

npm install -g @teamteanpm2024/consectetur-possimus-quisquam

Usage:

@teamteanpm2024/consectetur-possimus-quisquam /path/to/text/file

Related

License

The MIT License @ 2019

1.0.2

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago