Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ebsco/builde
Open source Bibframe vocabulary files
https://github.com/ebsco/builde
bibframe data libraries linked
Last synced: about 2 months ago
JSON representation
Open source Bibframe vocabulary files
- Host: GitHub
- URL: https://github.com/ebsco/builde
- Owner: ebsco
- License: mit
- Created: 2024-05-16T19:36:14.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T15:17:02.000Z (about 2 months ago)
- Last Synced: 2024-11-12T16:26:51.453Z (about 2 months ago)
- Topics: bibframe, data, libraries, linked
- Homepage: https://bibfra.me/
- Size: 251 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BUILDE - Bibframe Linked Data Extension
## Overview
BUILDE provides a core set of classes and properties designed to offer foundational scaffolding for a variety of layered vocabularies, facilitating comprehensive and flexible data descriptions. This extension aims to enhance the interoperability and richness of bibliographic data using the Bibframe model.
# Development Setup
To set up the development environment, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/ebsco/builde.git
cd builde
```2. Install dependencies using pnpm:
```bash
pnpm i
```## Prerequisites
Before setting up the development environment, ensure you have the following:
- [pnpm](https://pnpm.io/installation): A fast, disk space-efficient package manager. Installation instructions
# Contributing
Contributions are welcome! Please follow the standard GitHub workflow:
1. Fork the repository
2. Create a new branch (`git checkout -b feature/your-feature`)
3. Make your changes and commit them (`git commit -m 'Add some feature'`)
4. Push to the branch (`git push origin feature/your-feature`)
5. Open a pull request