Skip to content

LeoTolstoi/forget

 
 

Repository files navigation

forget GitHub tag Join the chat at https://gitter.im/szaghi/forget

License License License License

Status Build Status Coverage Status

forget, FORtran Git Template

A template/skeleton for starting new free Fortran projects handled by git with the exploitation of GitHub, Travis, Codecov & Co.

A taste of forget

git clone https://github.com/szaghi/forget free_fortran_project
cd free_fortran_project
rm -rf .git
sed 's/forget/free_fortran_project/g'
git init
git add .
git commit -m "init versioning"

Issues

GitHub issues Ready in backlog In Progress Open bugs

Compiler Support

Compiler Compiler Compiler Compiler Compiler Compiler


What is forget? | Main features | Copyrights | Download | Compilation | Documentation | References


What is forget?

forget to repeat the same commands everytime your new Fortran project born: do it one-time and make git do it for you the next times 😄

forget is a remote-hosted (on GitHub) git-repository template/skeleton that provides a bunch of (ready to use) files for handling modern Fortran projects exploiting the best helpers available on web.

How to use

  1. clone the forget repository, git clone https://github.com/szaghi/forget new_fortran_project
  2. to be continued...

To be completed.

Go to Top

Main features

forget is just a template providing

  • semi-sane project template:
    • CLI bash script for configuring the template;
    • semi-sane, almost-cluttered, but aesthetically nice, project README.md;
    • Travis CI configuration file exploiting Travis CI for:
      • building and testing your Fortran project;
      • making coverage analysis;
      • making API documentation (by means of the great FORD) and deploying it on GitHub pages;
    • Codecov configuration file exploiting Codecov analyzer;
    • fully-inclusive, semi-crazy set of FOSS licenses covering almost all scenario definable as do wathever you want with this project;
    • opinionated CONTRIBUTING.md guidelines;
    • ready to use FORD configuration file;
    • semi-sane, ready to use .gitingore;
    • semi-sane tree-sources structure;
    • agnostic fobos file to auto-magically build your Fortran project with the coolest Fortran building tool... FoBiS.py
    • agnostic bash script to automatically run all your tests;
  • Test Driven Developed (TDD);
  • collaborative developed;
  • well documented;
  • free!

Any feature request is welcome.

Go to Top

Copyrights

forget is an open source project, it is distributed under a multi-licensing system:

Anyone is interest to use, to develop or to contribute to forget is welcome, feel free to select the license that best matches your soul!

More details can be found on wiki.

Go to Top

Download

forget home is at https://github.com/szaghi/forget. To download all the source files you can:

Go to Top

Compilation

forget is a modern Fortran project thus a modern Fortran compiler is need to compile the project. The project is modular, namely it exploits Fortran modules. As a consequence, there is compilation-cascade hierarchy to build the project. To correctly build the project the following approaches are supported

The FoBiS building support is the most complete, as it is the one used for the developing forget.

Build by means of FoBiS

A fobos file is provided to build the project by means of the Fortran Building System FoBiS.py.

Build all programs

Type

FoBiS.py build

After (a successful) building a directory ./exe is created containing all the compiled programs found recursively in the tree project.

Build by means of GNU Make

To be implemented.

Build by means of CMake

To be implemented.

Go to Top


Documentation

Besides this README file the forget documentation is contained into its own wiki. Detailed documentation of the API is contained into the GitHub Pages that can also be created locally by means of ford tool.

Go to Top

About

FORtran Git Template

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Fortran 71.1%
  • Shell 28.9%