-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from JSalmon11/dev
dev
- Loading branch information
Showing
11 changed files
with
28 additions
and
16 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# CHANGELOG | ||
|
||
## [1.0.0] - 2022-04-08 | ||
- Initial release | ||
|
||
[1.0.0]: https://github.com/JSalmon11/Generador-de-Contrasenias/compare/b552912c04419d8d2ae5d9fd9bb7f315145f46d8...1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,28 @@ | ||
## Getting Started | ||
# Generador de contraseñas | ||
|
||
Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code. | ||
## Introducción | ||
|
||
## Folder Structure | ||
Esta es un aplicación sencilla que genera contraseñas seguras aleatorias. | ||
|
||
The workspace contains two folders by default, where: | ||
### Comenzando | ||
|
||
- `src`: the folder to maintain sources | ||
- `lib`: the folder to maintain dependencies | ||
Puedes decargar el ejecutable de la versión que desees. | ||
|
||
Meanwhile, the compiled output files will be generated in the `bin` folder by default. | ||
### Pre-requisitos 📋 | ||
|
||
> If you want to customize the folder structure, open `.vscode/settings.json` and update the related settings there. | ||
-Tener instalado el Java jre mínimo necesario, el [jre1.8.0_321](https://www.java.com/es/download/ie_manual.jsp). | ||
|
||
## Dependency Management | ||
### Instalación 🔧 | ||
|
||
The `JAVA PROJECTS` view allows you to manage your dependencies. More details can be found [here](https://github.com/microsoft/vscode-java-dependency#manage-dependencies). | ||
Con Java en tu ordenador solo tendrás que ejecutar el archivo .exe o .jar. | ||
|
||
## Ejecución ⚙️ | ||
|
||
Al ejecutar el programa se pide la longitud deseada de la contraseña, una vez elegida pulsa el botón mostrar y aparecerá una contraseña segura, pulsa copiar para ponerla en el portapapeles y poder pegarla donde quieras. | ||
|
||
### Autor ✍️ | ||
https://github.com/JSalmon11 | ||
|
||
## Construido con 🛠️ | ||
|
||
* [Visual studio code](https://code.visualstudio.com/downloadl) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.