Popularity
3.2
Growing
Activity
0.0
Stable
4
2
1
Monthly Downloads: 6
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.
-
fswatcher
A simple file/directory watcher for Linux and macOS and other BSDs -
technique
Check, simulate, and run procedures written in the Technique programming language -
binsm
binary files splitter and merger, makes working with offsets in your shell less painful -
posplyu
Sleep tracker for X11, using XScreenSaver extension and manual input. -
Monadoro
A minimalistic CLI Pomodoro timer, based on a library of the same purpose.
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.org
Do you think we are missing an alternative of g-npm or a related project?
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