Source files for the frontend of packages.echocat.org service.
This is a Maven repository access proxy for echocat's projects and can be accessed via https://packages.echocat.org/maven/<artifact>
. Simply add this repository to your projects using:
<repositories>
<repository>
<id>echocat</id>
<url>https://packages.echocat.org/maven</url>
</repository>
</repositories>
<repositories>
<repository>
<id>echocat</id>
<url>https://packages.echocat.org/maven</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>echocat</id>
<url>https://packages.echocat.org/maven</url>
</pluginRepository>
</pluginRepositories>
This is a Helm repository access proxy for echocat's projects and can be accessed via https://packages.echocat.org/helm Simply add this repository to your projects using:
$ helm repo add https://packages.echocat.org/helm
$ npm install
$ npm run start
- Ensure everything works in local development.
- Commit/Push the latest changes to git.
- Publish the changes
$ npm install $ npm run deploy
This is an open source project by echocat. So if you want to make this project even better, you can contribute to this project on Github by fork us.
If you commit code to this project, you have to accept that this code will be released under the license of this project.
See the LICENSE file.