https://github.com/desmosomeorg/p5-alien-nodejs
https://github.com/desmosomeorg/p5-alien-nodejs
alien javascript nodejs perl
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/desmosomeorg/p5-alien-nodejs
- Owner: DesmosomeOrg
- Created: 2022-04-13T23:47:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T09:40:38.000Z (over 3 years ago)
- Last Synced: 2024-10-19T03:22:38.829Z (over 1 year ago)
- Topics: alien, javascript, nodejs, perl
- Language: Perl
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
Awesome Lists containing this project
README
# NAME
Alien::Nodejs - Find or build Node.js
# SYNOPSIS
Command line tool:
use Alien::Nodejs;
use Env qw( @PATH );
unshift @PATH, Alien::Nodejs->bin_dir;
# DESCRIPTION
This distribution provides Node.js so that it can be used by other
Perl distributions that are on CPAN. It does this by first trying to
detect an existing install of Node.js on your system. If found it
will use that. If it cannot be found, the source code will be downloaded
from the internet and it will be installed in a private share location
for the use of other modules.
# SEE ALSO
- [Alien](https://metacpan.org/pod/Alien)
Documentation on the Alien concept itself.
- [Alien::Base](https://metacpan.org/pod/Alien%3A%3ABase)
The base class for this Alien.
- [Alien::Build::Manual::AlienUser](https://metacpan.org/pod/Alien%3A%3ABuild%3A%3AManual%3A%3AAlienUser)
Detailed manual for users of Alien classes.