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

Add gtempo #168

Merged
merged 3 commits into from
Jun 25, 2024
Merged

Add gtempo #168

merged 3 commits into from
Jun 25, 2024

Conversation

jrstrunk
Copy link
Contributor

Tempo is a simple date / time library I made for Gleam. A stand out feature of it compared to potential other time packages is it's type system that is designed to feel like Gleam and the number of unit tests included!

@jrstrunk
Copy link
Contributor Author

jrstrunk commented Jun 22, 2024

It is also v1 so users don't have to worry about unexpected breaking changes!

@@ -0,0 +1,5 @@
name = "gtempo"
description = "A gleam library for controlling the tempo of your application through helpful date and time functions!"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Capital letter for Gleam please!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done! Good catch

Copy link
Member

@lpil lpil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lovely, thank you

@lpil lpil merged commit 59cbacb into gleam-lang:main Jun 25, 2024
1 check passed
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.

2 participants