Delete references to Attobot and PkgDev (#88)

* Delete references to Attobot and PkgDev
This commit is contained in:
Lyndon White 2019-08-23 13:01:43 +01:00 committed by Chris de Graaf
parent e533e6f390
commit 1a4d1043ee

View File

@ -139,14 +139,6 @@ but username and plugin selection.
You can also use `generate_interactive` to interactively generate a template and then
immediately use it to create a new package.
## Comparison to PkgDev
`PkgTemplates` is similar in functionality to
[`PkgDev`](https://github.com/JuliaLang/PkgDev.jl)'s `generate` function. However,
`PkgTemplates` offers more customizability in templates and more extensibility via plugins.
For the package registration and release management features that `PkgTemplates` doesn't
include, you are encouraged to use [AttoBot](https://github.com/apps/attobot) instead.
## Contributing
It's extremely easy to extend `PkgTemplates` with new plugins. To get started,