Skip to content

A Developement Tool for Code Templating and Generation.

Notifications You must be signed in to change notification settings

quadroloop/Crest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crest

Travis Coveralls bitbucket branch Uptime Robot status app

Crest is an open-source text-editor for building single file web apps!

Demo

click to logo to visit the app.

Crest-logo

Features

  • Templating Code
  • Adding Prefix and Suffix
  • Consuming API's
  • Generating Templated code
  • Configurable Theme
  • Command Based Navigation

Commands

Crest uses the following commands for it's functionalities simply use the following commands in the "command here" textbox at the bottom of the screen.

Affix Command

for adding suffix and prefix to code

affix#(prefix-here)#(suffix-here)

Tempate Command

for calling an imported code template

tmp#(template-index)#(data-1)#(data-2)#(data-n)

example commnad.

tmp#0#This is the first value of my tempplete to be parsed#this is the second one#

where "n" is the value if which index you wanted crest to bind the data into.

Tech

Crest uses a the following technologies to works

  • [Ace Editor] - Awesome web based text editor
  • [jQuery] - Yeah baby!
  • [limonte-sweet-alert-2] - for awesome modals :).

About

A Developement Tool for Code Templating and Generation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •