Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: update root readme #81

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.