eclipse-openvsx-api
This API fetches Eclipse publisher agreement data
Getting started
Requirements
- Docker
- mvn
- make
- yarn
- Java 11 >
Setup
Additional setup instructions will be added as the project develops.
Build and Start Server
make compile-start
Live-coding Dev Mode
make dev-start
Generate Spec
make compile-test-resources
Running Tests
mvn test
Render a Live UI Preview of the API Spec
make start-spec
Contributing
- Fork the eclipse-openvsx-api repository
- Clone repository
git clone https://gitlab.eclipse.org/[your_eclipsefdn_username]/eclipse-openvsx-api.git
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature' -s
- Push feature branch:
git push origin my-new-feature
- Submit a merge request
Declared Project Licenses
This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.
SPDX-License-Identifier: EPL-2.0