0.1.19 • Published 9 years ago

npm2arch v0.1.19

Weekly downloads
4
License
-
Repository
github
Last release
9 years ago

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

9 years ago

0.1.18

9 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

11 years ago

0.1.12

12 years ago

0.1.11

12 years ago

0.1.10

12 years ago

0.1.9

12 years ago

0.1.8

12 years ago

0.1.7

12 years ago

0.1.6

12 years ago

0.1.5

12 years ago

0.1.4

12 years ago

0.1.3

12 years ago

0.1.2

12 years ago

0.1.1

13 years ago

0.1.0

13 years ago