Popularity
2.2
Growing
Activity
0.0
Stable
4
1
1
Monthly Downloads: 4
Programming language: Haskell
License: MIT License
Tags:
Tools
g-npm alternatives and similar packages
Based on the "Tools" category.
Alternatively, view g-npm alternatives based on common mentions on social networks and blogs.
-
shift
DISCONTINUED. Fork of teleport [GET https://api.github.com/repos/vmchale/teleport: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of g-npm or a related project?
Popular Comparisons
README
g-npm
Tool to create ebuild from npm packages. Update: The g-npm project now has limited functionality. It is now possible to create an ebuild using the tool. Still much work is required.
Build Status
Installing
To install, you can use Cabal:
$ cabal install
or
$ runhaskell Setup.hs install
Usage
To create an ebuild (e.g. grunt-cli-0.1.8):
$ g-npm -n grunt-cli -v 0.1.8 > grunt-cli-0.1.8.ebuild
TODO
- Actually write a file instead of outputting to stdout.
- Read overlay from command-line (-o option).
- Activate ebuild creation of dependencies.
- More to come