An open API service indexing awesome lists of open source software.

https://github.com/parro-it/command-palette

Awesome Sublime like command palette written in plain javascript
https://github.com/parro-it/command-palette

Last synced: 11 months ago
JSON representation

Awesome Sublime like command palette written in plain javascript

Awesome Lists containing this project

README

          

# command-palette

Awesome Sublime like command palette written in plain javascript

[![Travis Build Status](https://img.shields.io/travis/parro-it/command-palette.svg)](http://travis-ci.org/parro-it/command-palette)
[![NPM module](https://img.shields.io/npm/v/command-palette.svg)](https://npmjs.org/package/command-palette)
[![NPM downloads](https://img.shields.io/npm/dt/command-palette.svg)](https://npmjs.org/package/command-palette)

[![Code Climate score](https://img.shields.io/codeclimate/github/parro-it/command-palette.svg)](https://codeclimate.com/github/parro-it/command-palette)
[![Tests coverage](https://img.shields.io/codeclimate/coverage/github/parro-it/command-palette.svg)](https://codeclimate.com/github/parro-it/command-palette)
[![Dependencies status](https://img.shields.io/requires/github/parro-it/command-palette.svg)](https://requires.io/github/parro-it/command-palette/requirements/?branch=master)

## Installation

```bash
npm install --save command-palette
```

## How it works

## Usage

```javascript
import commandPalette from 'command-palette'
```

## Credits

## License
The MIT License (MIT)
Copyright (c) 2015 Andrea Parodi