Skip to content

A tool to package nodejs modules on openSUSE

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
license.go
Notifications You must be signed in to change notification settings

openSUSE-zh/node2rpm

Repository files navigation

Go Report Card

node2rpm

Next generation of node2rpm, a tool to package NodeJS modules for openSUSE.

It supports nodejs module bundle packaging and separate packaging

Package as bundle:

node2rpm -pkg har-validator -ver 5.1.3 (without a version, latest will be used)

Package as bundle but split punycode to a separate package:

node2rpm -pkg har-validator -ver 5.1.3 -exclude "punycode:^2.x"

Package as single package:

node2rpm -pkg har-validator -bundle=false

About

A tool to package nodejs modules on openSUSE

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
license.go

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages