atom-advanced-search

1.0.5 • Public • Published

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

  • url: "https://github.com/charrismatic/atom-advanced-search/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

Package Sidebar

Install

npm i atom-advanced-search

Weekly Downloads

3

Version

1.0.5

License

MIT

Unpacked Size

637 kB

Total Files

31

Last publish

Collaborators

  • matt.harris