Making a Package, 2 questions

  1. By far the easiest and preferred way is to use attobot: https://github.com/attobot/attobot. Note that your package will (unfortunately, still) need a REQUIRE file to be registered (see Current best practices for depencency management for registered packages). Also make sure your package’s UUID is the one you get from Pkg.METADATA_compatible_uuid("ChemometricsTools"). It’s also a good idea to at least add some basic tests, and not having any continuous integration set up would be pretty unique among registered packages, so do consider setting that up as well.
  2. Use https://github.com/JuliaDocs/Documenter.jl.
7 Likes