mirror of
https://github.com/placeholder-soft/asdf-plugins.git
synced 2026-04-24 03:55:07 +08:00
fix: improvements in README (#62)
* fix: links to proper doc about plugin creation * fix: links to actual gohugo bitbucket pipeline badge
This commit is contained in:
committed by
Victor Borja
parent
cdc55fefd3
commit
40a348f458
@@ -14,7 +14,7 @@ place for people (and asdf itself) to look for plugins.
|
||||
|
||||
## Contributing a new Plugin
|
||||
|
||||
* Be sure to read the [creating plugins guide](https://github.com/asdf-vm/asdf/blob/master/docs/creating-plugins.md)
|
||||
* Be sure to read the [creating plugins guide](https://github.com/asdf-vm/asdf/blob/master/docs/plugins-create.md)
|
||||
* Test the plugin locally and make sure you can execute the new tool successfully (your shell scripts should work at least on osx and ubuntu linux)
|
||||
* Create a travis build for your tool, the build should install and execute your tool with `--version` or similar to test it works.
|
||||
* Update the README.md file on this repo to add your new plugin. The list is alphabetically ordered.
|
||||
@@ -46,7 +46,7 @@ place for people (and asdf itself) to look for plugins.
|
||||
| Elm | [vic/asdf-elm](https://github.com/vic/asdf-elm) | [](https://travis-ci.org/vic/asdf-elm)
|
||||
| Erlang | [asdf-vm/asdf-erlang](https://github.com/asdf-vm/asdf-erlang) | [](https://travis-ci.org/asdf-vm/asdf-erlang)
|
||||
| Go | [kennyp/asdf-golang](https://github.com/kennyp/asdf-golang) | [](https://travis-ci.org/kennyp/asdf-golang)
|
||||
| GoHugo | [mgladdish/asdf-gohugo](https://bitbucket.org/mgladdish/asdf-gohugo) | [](https://bitbucket.org/mgladdish/asdf-gohugo/addon/pipelines/home)
|
||||
| GoHugo | [mgladdish/asdf-gohugo](https://bitbucket.org/mgladdish/asdf-gohugo) | [](https://bitbucket.org/mgladdish/asdf-gohugo/addon/pipelines/home)
|
||||
| GraalVM | [vic/asdf-graalvm](https://github.com/vic/asdf-graalvm) | [](https://travis-ci.org/vic/asdf-graalvm)
|
||||
| Gradle | [rfrancis/asdf-gradle](https://github.com/rfrancis/asdf-gradle) | [](https://travis-ci.org/rfrancis/asdf-gradle)
|
||||
| Haskell | [vic/asdf-haskell](https://github.com/vic/asdf-haskell) | [](https://travis-ci.org/vic/asdf-haskell)
|
||||
|
||||
Reference in New Issue
Block a user