KO
|
EN
gitlite — search
Search
#python
#android
#react
#golang
#arduino
#python3
#bash
#aws
#wordpress-plugin
#generator
#kotlin
#api
npm2arch
★ 33
Open GitHub ↗
convert npm package to PKGBUILD
Download README (.md)
Explore Similar Repositories
pip2pkgbuild
:
Generate PKGBUILD file for a Python module from PyPi
Aurin
:
Aurin is AUR packages installer. Install packages right from AUR website in 1 click like browser extensions.
archlinux-package-action
:
GitHub Action to run Arch Linux's package tools
docker-makepkg
:
A Docker image that builds a PKGBUILD.
pkgbuild-introspection
:
Tools for generating .SRCINFO files and PKGBUILD data extraction
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
npm2arch
?
Download (.md)
Npm2Arch ======== Convert npm packages into a PKGBUILD for Archlinux integration. NPM package.json --> PKGBUILD for pacman Install ------- ### From AUR : yaourt -S [nodejs-npm2arch](https://aur.archlinux.org/packages/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](https://github.com/Filirom1/npm2arch/blob/master/LICENSE).