Skip to content

Library of common useful utility and helper functions in a single place.

License

Notifications You must be signed in to change notification settings

merelabs/mere-utils

Repository files navigation

mere-utils-lib

An simple utility library contains common reusable functionality of components that are used in mere projects.

components

  • AppUtils
  • EnvUtils
  • BinUtils
  • FileUtils
  • FolderUtls
  • i18Utils
  • IconUtils
  • PathUtils
  • ProcessUtils
  • SignalUtils
  • StringUtils

requires

mere-utils requires following componnets

  • C++11
  • QtCore

required

mere-utils is required by following app, utility and libaries,

build

$ git clone https://github.com/merelabs/mere-utils-lib.git
$ qmake
$ make
$ make install

support

If you find a bug, or have a feature suggestion, please log an issue. If you'd like to contribute, please read How to Contribute.

license

All the code in this repository is licensed under a BSD-2-Clause License.