atom-advanced-search
v1.0.5
Published
search, sort, and filtering tool for Atom apm command line
Downloads
4
Maintainers
Readme
Atom Advanced Search
Search, sort, and filtering tool for Atom apm package manager
Version: 1.0.1
github charrismatic/atom-advanced-search
npm package/atom-advanced-search
About
A wrapper around Atoms apm command providing additional sorting and filters, with improved color and visual structure for the package search command.
Install
npm install -g atom-advanced-search
Usage
apm-search [options] <name>
Options
SELECT OPTIONS
--select-packages
Get packages (default)--select-themes
Get themes--select-featured
Get featured packages/themes (ignores name argument)
SORT OPTIONS
--sort-stars
Sort by stars (default)--sort-downloads
Sort by downloads
GENRAL OPTIONS
--help
Show this help menu--verbose
Show more information--nocolor
Disable color printing on output--version
Output package version number
Project Repo
git clone "git+https://github.com/charrismatic/atom-advanced-search.git"
Dependencies
Development
Executable command is built with rollup. No other dependencies.
- start
node index.js
- dev
node_modules/.bin/rollup -c ./module-config.js -w --environment INCLUDE_DEPS,NODE_ENV:development
- build
node_modules/.bin/rollup -c ./module-config.js --no-strict --extend --environment INCLUDE_DEPS,NODE_ENV:production
Issues
- url: "https://github.com/charrismatic/atom-advanced-search/issues"
Author
Matt Harris [email protected] (https://charrismatic.github.io/)
Licesnse
MITMIT
Readme generated with node-readme-generator https://www.npmjs.com/package/node-readme-generator