Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dword-design/yarn-links
This package outputs all linked yarn packages via the CLI or via an exported function.
https://github.com/dword-design/yarn-links
api cli command command-line-tool config global link yarn
Last synced: 19 days ago
JSON representation
This package outputs all linked yarn packages via the CLI or via an exported function.
- Host: GitHub
- URL: https://github.com/dword-design/yarn-links
- Owner: dword-design
- License: other
- Created: 2019-08-21T09:23:38.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T05:04:09.000Z (about 2 months ago)
- Last Synced: 2024-10-17T18:14:27.056Z (29 days ago)
- Topics: api, cli, command, command-line-tool, config, global, link, yarn
- Language: JavaScript
- Homepage:
- Size: 2.45 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# yarn-links
This package outputs all linked yarn packages via the CLI or via an exported function.
## Install
```bash
# npm
$ npm install yarn-links# Yarn
$ yarn add yarn-links
```## CLI Usage
```bash
$ yarn-links
- http-server
- npm-name-cli
```## API Usage
```js
const yarnLinks = require('yarn-links')const links = await yarnLinks()
// ['http-server', 'npm-name-cli']
```## Contribute
Are you missing something or want to contribute? Feel free to file an [issue](https://github.com/dword-design/yarn-links/issues) or a [pull request](https://github.com/dword-design/yarn-links/pulls)! ⚙️
## Support
Hey, I am Sebastian Landwehr, a freelance web developer, and I love developing web apps and open source packages. If you want to support me so that I can keep packages up to date and build more helpful tools, you can donate here:
If you want to send me a one time donation. The coffee is pretty good 😊.
Also for one time donations if you like PayPal.
Here you can support me regularly, which is great so I can steadily work on projects.Thanks a lot for your support! ❤️
## License
[MIT License](https://opensource.org/licenses/MIT) © [Sebastian Landwehr](https://sebastianlandwehr.com)