Giter Site home page Giter Site logo

jaggeryjs-sublime-text's Introduction

Jaggeryjs SublimeText Package

This is a Sublime Text package to help with Jaggeryjs.

Overview

Jaggery is a framework to write webapps and HTTP-focused web services for all aspects of the application: front-end, communication, Server-side logic and persistence in pure Javascript. One of the intents of this framework is to reduce the gap between writing web apps and web services. Jaggery is open-source and released under Apache 2.0.

Package Includes

  • Syntax highlighting
  • Snippets
  • Code Completion
  • jaggery.conf generation

Installation

With Package Control

If you have the Package Control package installed, you can install jaggeryjs package from inside Sublime Text itself. Open the Command Palette(ctrl+shift+p or โŒ˜+shift+p) and select "Package Control: Install Package", then search for Jaggeryjs .

Without Package Control

If you haven't got Package Control installed you will need to make a clone of this repository into your packages folder, like so:

git clone https://github.com/dakshika/jaggeryjs-sublime-text.git jaggeryjs

For Linux:

$ cd ~/.config/sublime-text-2/Packages/
$ git clone https://github.com/dakshika/jaggeryjs-sublime-text.git jaggeryjs

For OSX

$ cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
$ git clone https://github.com/dakshika/jaggeryjs-sublime-text.git jaggeryjs

For Windows

$ cd %APPDATA%/Sublime Text 2/Packages/
$ git clone https://github.com/dakshika/jaggeryjs-sublime-text.git jaggeryjs

Snippets Short Codes


  • jagHTML5 : HTML5 page template for Jaggery.
  • jag : escaping characters for Jaggery.
  • jagprint : escaping characters for print out server-side data.
  • jagconf : configuration file specifies the application specific configurations.
  • jagXMLHTTP : functionality of server side XML HTTP communication.
  • jagDB : Database Object used to connect to a relational database.
  • jagSender : Add-on object allows users to send out email from their apps.
  • jagOauth : Add-on OAuthProvider api act as an oauth client for accessing resources protected by OAuth.
  • jagOauthRequest : Add-on OAuthRequest snippets.
  • jagProcess : Add-on allows to access to externally defined properties and environment variables.
  • jagi18n : Add-on provides the ability to internationalize text in webapps.

Screenshot


Alt text

If you find error or whatever just fork it and send me a pull request.

jaggeryjs-sublime-text's People

Contributors

dakshika avatar

Stargazers

Fazlan Nazeem avatar Nuwan Bandara avatar Gayashan Amarasinghe avatar

Watchers

James Cloos avatar

jaggeryjs-sublime-text's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.