Registering to Extension Registry
First Registration
Create package.json
package.json{
"name": "staruml.java",
"title": "Java",
"description": "Java code generation and reverse engineering.",
"homepage": "https://github.com/staruml/Java",
"issues": "https://github.com/staruml/Java/issues",
"keywords": ["java"],
"version": "0.9.0",
"author": {
"name": "Minkyu Lee",
"email": "[email protected]",
"url": "https://github.com/niklauslee"
},
"license": "MIT",
"engines": {
"staruml": ">=3.0.0"
}
}Write README.md
Upload to Github
Create a release
Send email
Upgrading to New Version
Check version in package.json
version in package.jsonCreate a new release
Send email.
Last updated