1.7.0 • Published 7 months ago

nodejs-latest-linker v1.7.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 months ago

nodejs-latest-linker

An application to create latest-X symlinks at https://nodejs.org/download/release/ after each new release

Also works for iojs.org.

Symlinks created by nodejs-latest-linker when run are:

  • latest-v0.10.x and latest-v0.12.x: special cases for old branches, pointing to the latest release on each line
  • latest-vX.x (e.g. latest-v6.x: where X is a semver-major version starting at 4 for Node.js (1 for io.js), pointing to the latest release on each line
  • latest-ltsname (e.g. latest-boron: where ltsname is the LTS codename, e.g. "argon" or "boron", pointing to the latest release on each LTS line
  • latest: pointing to the release with the highest semver, any line
  • node-latest.tar.gz: pointing to the source tarball of the release with the highest semver, any line, exists for legacy reasons

The same directory symlinks are also created for API docs, here: https://nodejs.org/download/docs/

Usage

$ nodejs-latest-linker.js <downloads directory> [docs directory]

Managed under the governance of the Node.js Build Working Group.

Copyright (c) 2016 Node.js Foundation. All rights reserved.

Licensed under MIT, see the LICENSE.md file for details

1.7.0

7 months ago

1.6.0

7 months ago

1.5.0

2 years ago

1.4.0

3 years ago

1.3.0

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

5 years ago

1.1.0

6 years ago

1.0.1

7 years ago

1.0.0

8 years ago