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.
To install, you can use Cabal:
$ cabal install
or
$ runhaskell Setup.hs install
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