Diff
Not logged in

Differences From Artifact [f54cc31d0c]:

To Artifact [69824cec72]:


186
187
188
189
190
191

192
193
194
195
196
186
187
188
189
190

191
192
193
194
195
196





-
+





1. **Write your package** the normal Tcl/Eagle way: 
 
   * Provide a `pkgIndex.tcl` and/or `pkgIndex.eagle` that does `package provide <name> <version>`. 
   * Organize your files under a single directory named after your package. 
 
2. **Test locally**: ensure `package require <name> <version>` works from a clean interpreter when your package directory is on `auto_path` (Tcl) or `path` (Eagle). 
2. **Test locally**: ensure `package require <name> <version>` works from a clean interpreter when your package directory is on `auto_path`. 
 
3. **Decide distribution mode**: 
 
   * **On‑demand**: pkgt can fetch files individually as directed by repository metadata. 
   * **Pre‑installable**: you can ship the package directory as a ready‑to‑use tree.