https://github.com/adriens/chocolatey-schemacrawler
Chocolatey package source to install schemacrawler
https://github.com/adriens/chocolatey-schemacrawler
chocolatey chocolatey-packages installer schemacrawler windows
Last synced: 3 months ago
JSON representation
Chocolatey package source to install schemacrawler
- Host: GitHub
- URL: https://github.com/adriens/chocolatey-schemacrawler
- Owner: adriens
- Created: 2018-03-06T07:16:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T07:09:56.000Z (over 3 years ago)
- Last Synced: 2025-02-06T05:42:36.655Z (4 months ago)
- Topics: chocolatey, chocolatey-packages, installer, schemacrawler, windows
- Size: 85.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/adriens/chocolatey-schemacrawler)
[](https://chocolatey.org/packages/schemacrawler)
[](https://chocolatey.org/packages/schemacrawler)# chocolatey-schemacrawler
[Chocolatey](https://chocolatey.org) package source to install [schemacrawler](http://www.schemacrawler.com/). More details about this project on this [linkedIn article](https://www.linkedin.com/pulse/continuous-delivery-windows-softwares-cloud-services-adrien-sales/).
# Prerequisite
Have [chocolatey](https://chocolatey.org/) [properly installed](https://chocolatey.org/install) and web access.
# Install from choco repo
To install schemacrawler, simply run, with ```Administrator``` privileges :
```
choco install schemacrawler
```Uninstall package :
```
choco uninstall schemacrawler
```# Build and install commands
With ```Administrator privileges```, run a ```cmd``` shell.
Uninstall package :
```
choco uninstall schemacrawler
```Manually build and install the package from the source :
```
choco install -fdv schemacrawler.nuspec
```Push the package to central [package repository](https://chocolatey.org/packages) : check prepared `ant` tasks.
# For developersFor developers, take a look at the ```ant``` build tasks used to automate package compile and build.
Upgrade process:
1. Upgrade verion un properties file
2. `ant make`
3. Install locally `choco install -fdv schemacrawler.nuspec`
4. Test command line `schemacrawler --version`