projectile: Go to README.md

[ library, mit, todo ] [ Propose Tags ]

Utility functions to gather information about project directories


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.1, 0.0.0.2
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5.0), deepseq (>=1.4 && <2.0), path (>=0.5 && <0.7), path-io (>=1.1 && <1.4), protolude (>=0.1 && <0.3), safe-exceptions (>=0.1 && <0.2), text (>=1.2 && <1.3), vector (>=0.11 && <1.0) [details]
License MIT
Copyright © 2017 Roman Gonzalez
Author Roman Gonzalez
Maintainer romanandreg@gmail.com
Category TODO
Home page https://github.com/roman/Haskell-projectile#readme
Bug tracker https://github.com/roman/Haskell-projectile/issues
Source repo head: git clone https://github.com/roman/Haskell-projectile
Uploaded by RomanGonzalez at 2017-08-26T05:15:29Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1387 total (7 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-08-26 [all 1 reports]

Readme for projectile-0.0.0.2

[back to package description]

Hackage Stackage LTS Stackage Nightly

Projectile

Utility functions to gather information about project directories

Table Of Contents

Raison d'etre

Inspired by bbatsov's work, this library was created with the purpose of reliably access to project resources in a somewhat unified way when developing CLI tools or Turtle scripts.

Development

Build Status Hackage Dependencies Github

This library is intended to be minimal, providing a few functions that work reliably among many different kind of projects. If you want to contribute, Pull Request are very welcome! Please try to follow these simple rules:

  • Please create a topic branch for every separate change you make.
  • Update the README.md file if necessary.
  • Please do not change the version number.

Open Commit Bit

projectile has an open commit bit policy: Anyone with an accepted pull request gets added as a repository collaborator. Please try to follow these simple rules:

  • Commit directly onto the master branch only for typos, improvements to the README and documentation.
  • Create a feature branch and open a pull-request early for any new features to get feedback.
  • Make sure you adhere to the general pull request rules above.

License

Copyright (c) 2017, Roman Gonzalez

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.