update-repos: Update all your git repositories with just one command.

[ apache, command-line-tool, library, program ] [ Propose Tags ]

Please see README.md


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1
Dependencies base (>=4.7 && <5), bytestring, directory, filepath, monad-parallel, process, split, text, update-repos [details]
License Apache-2.0
Copyright 2017 Pedro Vicente Gómez Sánchez
Author Pedro Vicente Gómez Sánchez
Maintainer pedrovicente.gomez@gmail.com
Category Command line tool
Home page https://github.com/pedrovgs/update-repos
Source repo head: git clone https://github.com/pedrovgs/update-repos
Uploaded by pedrovgs at 2017-02-12T14:43:22Z
Distributions NixOS:0.0.1
Executables update-repos
Downloads 1041 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-02-12 [all 1 reports]

Readme for update-repos-0.0.1

[back to package description]

UpdateRepos Build Status

A command line tool used to update all your git repositories with just one command. Written using purely functional Haskell.

Follow me on Twitter

Screencast:

screencast

Contributing:

If you are going to modify the code or just review the implementation from any IDE I strongly recommend you to install Atom following this guide to set up the whole Haskell environment in a few minutes.

You can build this project using stack and just a bunch of commands:

// Open a Haskell REPL with the modules already loaded
stack ghci

// Generates the executable file associated with the project
stack build

// Installs the already generated executable file in your ~/.local/bin folder
stack install

// Clean a previous build
stack clean

The production code is covered covered using unit and property based tests. If you want to build and execute the project tests you just need to install Stack and execute the following command:

stack build --test

Developed By

Follow me on Twitter Add me to Linkedin

License

Copyright 2017 Pedro Vicente Gómez Sánchez

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.