Closed milesfrain closed 5 years ago
Default search returns more related results (out of order of-course).
> apm search --packages --sort downloads lint
Search Results For 'lint' (28)
├── lint Run lint tools using lint providers. (25680 downloads, 28 stars)
├── linter-pug-lint Atom linter plugin for Pug, using pug-lint. (6171 downloads, 15 stars)
├── mdtkit-lint A plugin for Atom Linter providing linting for the MDTKit (167 downloads, 1 star)
├── linter-puppet-lint Lint puppet on save using puppet-lint (47689 downloads, 46 stars)
├── linter-sass-lint Atom Linter plugin to lint your Sass/SCSS with pure node sass-lint (260784 downloads, 304 stars)
├── lint-sass-vue Plugin to lint your Sass/SCSS inside .vue files! (5052 downloads, 7 stars)
├── linter-slime-lint Lint Common Lisp on save using SLIME. (464 downloads, 0 stars)
├── linter-travis-lint TravisCI lint via lint (758 downloads, 3 stars)
├── linter-ruby-lint Lint Ruby, using ruby-lint (2642 downloads, 4 stars)
├── linter-perl-lint Lint perl on the fly, using Perl::Lint (1062 downloads, 1 star)
├── linter-json-lint Lint `json` on the fly, using json-lint (25922 downloads, 22 stars)
├── linter-scss-lint Lint SCSS on the fly, using scss-lint (178187 downloads, 471 stars)
├── linter-slim-lint Linter implementation of slim-lint (683 downloads, 2 stars)
├── linter-puppet-lint-for-linter-3 Lint puppet on save using puppet-lint (461 downloads, 1 star)
├── atom-cfn-lint Validate CloudFormation yaml/json templates against the CloudFormation spec and additional checks. Includes checking valid values for resource properties and best practices. (8069 downloads, 5 stars)
├── atom-ember-template-lint Ember template linter (428 downloads, 1 star)
├── lint-scroll-marker Highlights linter errors on the scroll bar (1692 downloads, 7 stars)
├── linter-ansible-linting Ansible linting via ansible-lint (54823 downloads, 48 stars)
├── linter-po Lint Particle projects using po-util (59 downloads, 0 stars)
├── linter-gcc Lint C and C++ source files using gcc / g++ (691851 downloads, 184 stars)
├── linter-mypy Lint Python optional Type Hints (PEP-484) using mypy. (9541 downloads, 9 stars)
├── linter-po-util Lint Particle projects using po-util (56 downloads, 0 stars)
├── linter-cnew Lint C and C++ source files using gcc or g++ (2385 downloads, 2 stars)
├── linter-gcc2 Lint C and C++ source files using gcc / g++ (9669 downloads, 3 stars)
├── linter-markdown Lint markdown on the fly, using remark-lint (119225 downloads, 202 stars)
├── linter-latex Compile and lint LaTeX files (1503 downloads, 2 stars)
├── linter-luacheck Lint Lua on the fly, using luacheck (10798 downloads, 14 stars)
└── linter-ktlint Lint Kotlin files using ktlint (119 downloads, 0 stars)
I can confirm the issue here, its related the last update that improved the windows compat, a change in the get-packages function seems to not be pulling In the query when the command is run.
I will put out an update to fix this as shortly. In the meantime you can still use the function by piping data into the command, the optional flags for sorting will still work
apm search --json lint | apm-search --sort-downloads