/new-awesome

A fully tested site like vim-awesome, modified to use with plug-search.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

New Awesome

Travis Coveralls

A site similar to vim-awesome. The purpose is to collect, showcase and discover all the available plugins.

Key features:

  • Trying to be fully tested with travis build.
  • Focus on community editting/contributing instead of scraping.
  • Easily fetched/parsed json for plugin managers to use.

See DESIGN.md for more details.

Demo

Provision a testbed with vagrant and then connect:

vagrant up
vagrant ssh

Once done, you will be in /vagrant the project root. Execute awe -h to inspect the small utility controlling the site or execute tests.

It is very much early, so it doesn't do much yet.

Inspiration

  • vim-awesome: Awesome project built with datamining. I may lift some features.
  • plug-search: My own plugin, lacking an appropriate database to be useful.