Skip to content

Commit

Permalink
doc: update root readme (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: Tierney Cyren <hello@bnb.im>
  • Loading branch information
bnb authored Nov 19, 2024
1 parent 8b7ee74 commit 8700863
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@ nodevu is composed of a set of modules:
* [newest](./newest/): this is a utility for finding the newest LTS or Security release in a Node.js release line.
* [ranges](./ranges/): a module that provides information about ranges of Node.js versions.
* [aliases](./aliases/): a module that provides information about aliases for Node.js versions.
* [translate](./translate/): a module that translates from the version structure that the Node.js project proposed for the `support` property in `package.json` to [aliases](./aliases/).
- Helper Modules
* [parsefiles](./parsefiles/): this is a utility for parsing the `files` property of the [Node.js distributions JSON](https://nodejs.org/dist/index.json) file to understand the available files for any given set of identifiers from that list. It also provides additional, potentially useful information.
* [opt](./opt/): this is a utility for generating a usable `options` for `@nodevu/core`.
* [fetchindex](./fetchindex/): this is a utility for fetching `/dist/index.json` from `nodejs.org` for `@nodevu/core`. Might be useful for other projects.

0 comments on commit 8700863

Please sign in to comment.