0.1.19 • Published 10 years ago
npm2arch v0.1.19
Npm2Arch
Convert npm packages into a PKGBUILD for Archlinux integration.
NPM package.json --> PKGBUILD for pacman
Install
From AUR :
yaourt -S nodejs-npm2arch
From sources
git clone https://github.com/Filirom1/npm2arch
cd npm2arch
[sudo] npm install -g
Usage
npm2PKGBUILD
Transform an npm package into an ArchLinux PKGBUILD
npm2PKGBUILD `npm-name` > PKGBUILD
makepkg
pacman -U nodejs-`name`-`version`-any.pkg.tar.xz
npm2aurball
Transform an npm package into an AUR tarball using mkaurball
npm2aurball `npm-name`
npm2archpkg
Transform an npm package into an ArchLinux package archive
npm2archpkg `npm-name`
pacman -U nodejs-`name`-`version`-any.pkg.tar.xz
npm2archinstall
Install an npm package with pacman
npm2archinstall `npm-name`
License
npm2arch is licensed under the MIT License.
0.1.19
10 years ago
0.1.18
10 years ago
0.1.17
10 years ago
0.1.16
10 years ago
0.1.15
10 years ago
0.1.14
10 years ago
0.1.13
12 years ago
0.1.12
12 years ago
0.1.11
12 years ago
0.1.10
12 years ago
0.1.9
13 years ago
0.1.8
13 years ago
0.1.7
13 years ago
0.1.6
13 years ago
0.1.5
13 years ago
0.1.4
13 years ago
0.1.3
13 years ago
0.1.2
13 years ago
0.1.1
13 years ago
0.1.0
13 years ago