AiurVersionControl.js
Javascript implement for AiurVersionControl, a powerful collection sync framework that powers Kahla.
Install
npm install aiur-version-control --save
yarn add aiur-version-control
pnpm add aiur-version-control
Build and develop from source
Prepare
Tools required
- git
- Node.js
- yarn (v4)
- Visual studio code (strongly recommended) or other code editor
Install dependencies
-
Clone this repository
-
Install dependencies using yarn
yarn install
Run build
yarn build
Run test
yarn test
Run lint
yarn lint
Contribute
There are many ways to contribute to the project: logging bugs, submitting pull requests, reporting issues, and creating suggestions.
Even if you with push rights on the repository, you should create a personal fork and create feature branches there when you need them. This keeps the main repository clean and your workflow cruft out of sight.
We're also interested in your feedback on the future of this project. You can submit a suggestion or feature request through the issue tracker. To make this process more effective, we're asking that these include more information to help define them more clearly.