-
Notifications
You must be signed in to change notification settings - Fork 7
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
New architecture for libraries 📖 #125
Comments
¡Por mi parte adelante! Excelente trabajo @onmax y @VictorNS69 |
Tiene muy buena pinta chicos, ¡muy buen trabajo! 🙂 |
por mi parte adelante. |
That's right Juan Luis. By the way, as far as I know, there's no need to create a |
Done! |
Motivation
From Alastria we want to facilitate the use of the libraries to the partners and for this we have to facilitate both the architecture of the project and offer the possibility to download the library from a package manager such as
npm
andyarn
. This issue aims to suggest a possible solution by creating a new architecture that simplifies the current architecture of the project and that follows the library patterns ofnpm
andyarn
.Objective
The intention is to have a single repository that contains all the libraries. Three libraries will be published (
npm
/yarn
) with the following names:Implications
If this change is made, it will have several consequences:
git clone
to make use of the library andnpm install
oryarn install
will be used. The example repository will also need to be changed.Architecture
Explanation:
npm
andyarn
. They will always have the same files and the same folders in the first level:npm
andyarn
because it is the build that the user will work with. This folder will be automatically created from the configuration intsconfig.json
. This folder will NOT be in GitHub.🐱
The text was updated successfully, but these errors were encountered: