Popularity
6.9
Declining
Activity
0.0
Stable
19
2
6
Monthly Downloads: 2
Programming language: Haskell
License: MIT License
Tags:
Development
clone-all alternatives and similar packages
Based on the "Development" category.
Alternatively, view clone-all alternatives based on common mentions on social networks and blogs.
-
criterion
A powerful but simple library for measuring the performance of Haskell code. -
haskell-lsp
Haskell library for the Microsoft Language Server Protocol -
structured-haskell-mode
Structured editing minor mode for Haskell in Emacs -
cabal-install-parsers
Scripts and instructions for using CI services (e.g. Travis CI or Appveyor) with multiple GHC configurations -
stgi
A user-centric visual STG implementation to help understand GHC/Haskell's execution model. -
inline-c
Write Haskell source files including C code inline. No FFI required. -
inline-java
Haskell/Java interop via inline Java code in Haskell modules. -
gi-atk
Generate Haskell bindings for GObject-Introspection capable libraries -
fourmolu
A fourk of ormolu that uses four space indentation and allows arbitrary configuration. Don't like it? PRs welcome! -
scion
OLD, DEPRECATED: Use this instead https://github.com/haskell/haskell-ide-engine -
lambdabot
A friendly IRC bot and apprentice coder, written in Haskell. -
lambdabot-core
A friendly IRC bot and apprentice coder, written in Haskell.
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 clone-all or a related project?
Popular Comparisons
README
clone-all
Clone all the github repositories of a particular user.
This package is available on hackage so can be installed with
cabal install clone-all
Alternatively, you can clone this repo and install with stack
git clone https://github.com/silky/clone-all.git
cd clone-all
stack install
Example usage:
mkdir temp
clone-all temp -u silky
This will clone all the repositories I have (note: It's a lot.)
Usage: clone-all [DIRECTORY] (-u|--user ARG)
Available options:
-h,--help Show this help text
DIRECTORY Directory to clone everything into
-u,--user ARG Name of the user to clone the repos of.