Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

General improvements #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rustkas
Copy link

@rustkas rustkas commented Jun 4, 2022

  • Makefile
    • Add more targets to Makefile.
    • Add rebar3 downloading from the net settings.
    • Make "include/tz_index.hrl" target OS independant to run (I offer a working solution (the previous one did not work for me on Windows OS)).
  • Remove useless rebar3 app from the project (add using rebar3 on the fly).
  • Add doc folder
    • Add overview.edoc file with short description of the project.
  • README.md
    • Add badges.
  • rebar3.config
    • Add comman project actions setting
  • localtime.erl
    • Add -spec tag for public functions.
    • add type timezone().

- Makefile
	- Add more targets to Makefile.
	- Add rebar3 downloading from the net settings.
	- Make "include/tz_index.hrl" target OS independant to run.
- Remove useless rebar3 app from the project (add using rebar3 on the fly).
- Add doc folder
	- Add overview.edoc file with short description of the project.
- README.md
	- Add badges.
- rebar3.config
	- Add comman project actions setting
- localtime.erl
	- Add -spec tag for public functions.
	- add type timezone().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant