Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@simon04/npm2arch

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@simon04/npm2arch

Convert NPM package to a PKGBUILD for ArchLinux

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
15
increased by50%
Maintainers
1
Weekly downloads
 
Created
Source

Npm2Arch

Convert npm packages into a PKGBUILD for Arch Linux 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 Arch Linux PKGBUILD

npm2PKGBUILD $NPM_NAME > PKGBUILD
makepkg
pacman -U nodejs-$NPM_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 Arch Linux package archive

npm2archpkg $NPM_NAME
pacman -U nodejs-$NPM_NAME-$VERSION-any.pkg.tar.xz

npm2archinstall

Install an npm package with pacman

npm2archinstall $NPM_NAME

License

npm2arch is licensed under the MIT License.

FAQs

Package last updated on 12 Mar 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc