Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benfoster/fabrik.common
Useful stuff from fabrik
https://github.com/benfoster/fabrik.common
Last synced: about 6 hours ago
JSON representation
Useful stuff from fabrik
- Host: GitHub
- URL: https://github.com/benfoster/fabrik.common
- Owner: benfoster
- License: mit
- Created: 2012-07-05T13:34:05.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-05-31T19:24:46.000Z (over 1 year ago)
- Last Synced: 2024-11-07T04:15:16.189Z (7 days ago)
- Language: C#
- Size: 4.36 MB
- Stars: 274
- Watchers: 47
- Forks: 120
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Fabrik.Common
## Overview
Fabrik.Common is full of useful code that we use every day at [fabrik](http://www.getfabrik.com). It's so useful that we decided to release it as open source.
We're still gathering and testing much of the code from applications we've authored so please stay tuned for more updates and documentation.
## Development Workflow
`master` branch only holds the latest stable version of the project. Navigate to the `dev` branch to view the latest activity.
## Pull Requests & Branching
Features should be developed in their own branch, branched off of the `dev` branch.
Pull Requests should be targeted to the `dev` branch, not master! Before sending the pull request, make sure you have the latest dev branch merged into your feature branch.
## License
Licensed under the MIT License.