Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronpowell/sublime-knockoutjs-snippets
Code snippets for KnockoutJS
https://github.com/aaronpowell/sublime-knockoutjs-snippets
Last synced: about 1 month ago
JSON representation
Code snippets for KnockoutJS
- Host: GitHub
- URL: https://github.com/aaronpowell/sublime-knockoutjs-snippets
- Owner: aaronpowell
- Created: 2011-10-18T22:03:26.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-23T23:03:16.000Z (almost 13 years ago)
- Last Synced: 2024-11-17T19:47:04.175Z (about 2 months ago)
- Homepage:
- Size: 110 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Sublime Text][sublime] package which includes a bunch of handy snippets for doing KnockoutJS development.
## Installation ##
### With Package Control ###
If you have the [Package Control][package_control] package installed, you can install KnockoutJS Snippets from inside Sublime Text itself. Open the Command Palette and select "Package Control: Install Package", then search for KnockoutJS Snippets.
It's just that simple!
### Without Package Control ###
If you haven't got Package Control installed (seriously, go install it!) you will need to make a clone of this repository into your packages folder, like so:
git clone https://github.com/aaronpowell/Sublime-KnockoutJS-Snippets.git KnockoutJS-Snippets
[sublime]: http://www.sublimetext.com/
[package_control]: http://wbond.net/sublime_packages/package_control