Skip to content
/ mvc Public

An example program for the MVC (Model–View–Controller) pattern - Designed for elementary OS

License

Notifications You must be signed in to change notification settings

manexim/mvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icon

MVC

An example program for the MVC (Model–View–Controller) pattern

Designed for elementary OS

Installation

Dependencies

These dependencies must be present before building:

  • elementary-sdk
  • meson (>=0.40)
  • valac (>=0.40)
  • libgtk-3-dev
  • libgranite-dev

Building

git clone https://github.com/manexim/mvc.git && cd mvc
meson build && cd build
meson configure -Dprefix=/usr
ninja
sudo ninja install
com.github.manexim.mvc

Deconstruct

sudo ninja uninstall

Contributing

If you want to contribute to mvc and make it better, your help is very welcome.

How to make a clean pull request

  • Create a personal fork of this project on GitHub.
  • Clone the fork on your local machine. Your remote repo on GitHub is called origin.
  • Create a new branch to work on. Branch from develop!
  • Implement/fix your feature.
  • Push your branch to your fork on GitHub, the remote origin.
  • From your fork open a pull request in the correct branch. Target the develop branch!

And last but not least: Always write your commit messages in the present tense. Your commit message should describe what the commit, when applied, does to the code – not what you did to the code.

License

This project is licensed under the GNU General Public License v3.0 - see the COPYING file for details.

About

An example program for the MVC (Model–View–Controller) pattern - Designed for elementary OS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published