1.0.5 • Published 5 years ago

atom-advanced-search v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

Atom Advanced Search

Search, sort, and filtering tool for Atom apm package manager

screenshot

Version: 1.0.1

github charrismatic/atom-advanced-search

npm package/atom-advanced-search

Topics: atom, package, cli,

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


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