- Notifications
You must be signed in to change notification settings - Fork10
Callbackery a Frontend Builder Toolkit
License
oetiker/callbackery
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CallBackery is a perl library for writing CRUD style single page webapplications with a desktopish look and feel. For many applications, allyou have todo is write a few lines of perl code and all the rest is takencare of by CallBackery.
To get you started, have a look at the CallBackery sample application. It is containedin the Mojolicious::Command::Author::generate::automake_app package.
Follow the instructions inhttps://github.com/oposs/mojolicious-automake
Finally lets generate the CallBackery sample application.
mkdir -p ~/srccd ~/srcmojo generate callbackery_app CbDemocd cb-demo
Et voilà, you are looking at your first CallBackery app. To get thesample application up and running, follow the instructions in theREADME you find in thecb_demo
directory.
- Fork this repo (Using the github UI:https://github.com/oetiker/callbackery -> "Fork" in the top-right corner)
- Clone your repo (In your fork, push "Clone or Download" and use the URL there for you
git clone
command) - Make a branch (You will PR that branch, later)
Generate the demo app from your checkout
cd ~/checkouts/callbackeryperl Makefile.plcdmkdir -p srccd srcperl -I../thirdparty/lib/perl5 -Ilib ~/checkouts/callbackery/thirdparty/bin/mojo generate callbackery_app CbDemo
Now, proceed with the README in~/src/cb-demo
To create a PR, commit your changes, push them to your github repo, and use the github UI to create the PR tohttps://github.com/oetiker/callbackery
.Chances for a merge are improved if you explain in some detail what your changes are and what they achieve.
Enjoy
Tobi Oetikertobi@oetiker.ch
About
Callbackery a Frontend Builder Toolkit