rndm - A Random Number Generator (for a Bashly tutorial) #653
Replies: 1 comment 5 replies
-
Nice. I am sorry that I am going there instantly - but the Especially in your case, where it is a "commit driven" guide - it is the first file in the first commit.
This is not a complaint to you of course - just something that instantly popped and took over all my attention...😏 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/meleu/rndm
This is a (toy) project I created as a demonstration of how to get started with Bashly, showing some of its core features.
I want to write a more "textual" tutorial, but for now I'm only working on the project and making commits with a short explanation about what I'm doing. In the README there's a concatenation of the commit messages for those willing to see how it's evolving.
Overview
The basic idea is to create a project like this:
rndm
(no fancy logic: just a simpleecho "$RANDOM"
)--options
to manage how the numbers are created (and deal with the related complexity)rndm number
rndm password
- the random password generatorIn the path of achieving this I plan to address several important Bashly features.
Detailed Plan
In this issue I share a more detailed plan of what I want to address in the project/tutorial.
Any feedback and/or suggestions are very welcome. ❤️
Beta Was this translation helpful? Give feedback.
All reactions