Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Callbackery a Frontend Builder Toolkit

License

NotificationsYou must be signed in to change notification settings

oetiker/callbackery

Repository files navigation

Unit TestsCoverage Status

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.

Quickstart

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.

Developing / Contributing

  • 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 yougit 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


[8]ページ先頭

©2009-2025 Movatter.jp