1.0.5 • Published 6 years ago
atom-advanced-search v1.0.5
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-searchUsage
apm-search [options] <name>Options
SELECT OPTIONS
--select-packagesGet packages (default)--select-themesGet themes--select-featuredGet featured packages/themes (ignores name argument)
SORT OPTIONS
--sort-starsSort by stars (default)--sort-downloadsSort by downloads
GENRAL OPTIONS
--helpShow this help menu--verboseShow more information--nocolorDisable color printing on output--versionOutput 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
Author
Matt Harris charrismatic@protonmail.com (https://charrismatic.github.io/)
Licesnse
MITMIT
Readme generated with node-readme-generator https://www.npmjs.com/package/node-readme-generator