No description
Find a file
2023-05-28 16:43:55 -07:00
src Update for nim 1.6.12. 2023-05-28 16:33:42 -07:00
.gitignore Update readme and check in packages.html. 2020-01-19 13:17:06 -08:00
config.nims Define ssl for build command. 2020-01-12 21:43:25 -08:00
LICENSE Create LICENSE 2020-03-12 21:11:12 -07:00
nimlist.nimble Update for nim 1.6.12. 2023-05-28 16:33:42 -07:00
packages.html Update packages.html 2023-05-28 16:43:55 -07:00
README.md Update the package url. 2020-01-19 13:24:50 -08:00

nimlist

Show the nim package list in your browser on one page.

Here is an example page. The page will tell you when it was created.

Nim Packages

Install

nimble install nimlist

    Prompt: nimlist not found in any local packages.json, check internet for updated packages? [y/N]
    Answer: y
Downloading Official package list
    Success Package list downloaded.
Downloading https://github.com/flenniken/nimlist using git
  Verifying dependencies for nimlist@0.1.4
 Installing nimlist@0.1.4
   Building nimlist/nimlist using c backend
   Success: nimlist installed successfully.

Run

nimlist

Downloading package list...
Open the html file in your browser:
open /home/steve/.nimlist/packages.html

Open Packages.html

In your browser select file > open then browse to the html filename above and open it to see the web page.

Or, on the mac at the terminal, you can open it with:

open /home/steve/.nimlist/packages.html