npm-get-author-packages
v1.1.0
Published
🔨 Display npm author packages with creation date
Maintainers
Readme
npm-get-author-packages
🔨 Display npm author packages with the creation date
Give a ⭐️ if this project helped you!
Features
- ✅ Show a list of all npm packages of the passed author with the creation date
- ✅ Add
[TS]icon if package is written in TypeScript - ✅ Add
[CLI]icon if package support CLI - ✅ Display package dependencies with
--with-dependenciesflag
CLI
Installation:
npm install -g npm-get-author-packagesnpm-get-author-packages <username> [--with-dependencies]Options
--with-dependencies- Display the list of dependencies for each package
Example
npm-get-author-packages piecioshkaFound 44 package(s):
# ...
- 2016-07-25 pokemon-picker v1.2.10 CLI
- 2016-10-26 encoding-checker v1.1.19 CLI
- 2016-11-18 github-track-followers v2.1.5 CLI
- 2017-01-16 less-compile-file v1.0.8
- 2017-04-28 create-ts-project v1.0.13 CLI
# ...With dependencies
npm-get-author-packages piecioshka --with-dependenciesFound 44 package(s):
# ...
- 2016-07-25 pokemon-picker v1.2.10 CLI (deps: commander)
- 2016-10-26 encoding-checker v1.1.19 CLI (deps: colors, glob, glob-promise, jschardet, yargs)
- 2016-11-18 github-track-followers v2.1.5 CLI (deps: colors, commander, debug, superagent)
- 2017-01-16 less-compile-file v1.0.8 (deps: debug, fs-extra, glob, less)
- 2017-04-28 create-ts-project v1.0.13 CLI (deps: replace-in-files, yargs)
# ...🤝 Contributing
Contributions, issues and feature requests are welcome! Feel free to check issues page.
Related
- npm-list-author-packages — A similar project but not maintained for the last 9 years
- ⚠️ WARNING: not working anymore
License
The MIT License @ 2025
