https://github.com/backtickbacktick/backtick
:construction: The Backtick Chrome Extension
https://github.com/backtickbacktick/backtick
backticks chrome-extension javascript
Last synced: about 1 year ago
JSON representation
:construction: The Backtick Chrome Extension
- Host: GitHub
- URL: https://github.com/backtickbacktick/backtick
- Owner: backtickbacktick
- License: mit
- Archived: true
- Created: 2013-05-29T21:25:05.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T18:41:37.000Z (almost 9 years ago)
- Last Synced: 2024-11-02T01:32:52.848Z (over 1 year ago)
- Topics: backticks, chrome-extension, javascript
- Language: JavaScript
- Homepage: http://backtick.ninja/
- Size: 779 KB
- Stars: 289
- Watchers: 10
- Forks: 23
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Backtick
**Backtick is a command line for bookmarklets and scripts**, packaged as a Chrome extension. ~~For a better explanation, try out the demo at [backtick.ninja/](http://backtick.ninja)~~ Coming soon. The extension is free to use.
*[MIT Licensed](http://opensource.org/licenses/MIT) 2017 Brian Reed*
#### Developing
The code is open for you to play around with and contribute to, if you wish. Here's some instructions on how to get up and running.
##### Dependencies
To compile Backtick, you'll need to install the following dependencies on your system:
* [Node.js](http://nodejs.org/)
* [Grunt](http://gruntjs.com/)
With that installed, run these two commands to download the NPM and Bower packages:
```bash
$ npm install
```
##### Building
To build all the files, just run `grunt` in the root folder. This will put all built files into the *_dist/* folder.
To load the built extension files from the *_dist/* folder into Chrome, [follow these instructions](http://developer.chrome.com/extensions/getstarted.html#unpacked).
##### Updates
This new version of Backtick is still under development, check for updates on [twitter](https://twitter.com/backtickninja).