2.0.5 • Published 2 years ago

create-sarys-app v2.0.5

Weekly downloads
-
License
SEE LICENSE IN ht...
Repository
gitlab
Last release
2 years ago

Create SARyS app

We welcome you to this library to create microservices and components in react This software is the property of SARyS Inc. Remember this library was developed so that you can work comfortably, in the environment that we have prepared and you can enjoy the free time that we save you with this library

Bienvenidos! a esta libreria para crear microservicios y componentes en react. Este programa es propiedad de SARyS Inc. Recuerda que esta libreria fue desarrollada para que puedas trabajar cómodamente y disfrutes del tiempo que que ahorres con esta increible librería

This is sponsored, supported, and affiliated with SARyS Inc.

visit our Documetation for developers

Installation

npm install --save create-sarys-app
yarn add --save create-sarys-app

npx create-sarys-app@latest
pnpm install create-sarys-app
npx create-sarys-app@latest --context {dirname} --username {username} --password {password} --server --token-npm {token} --accept-license 

Habilitar gitlab

Si quieres habilitar el pull y push de gitlab debes agregar a tu comando

--enable-git --git-name {git-name} --git-email {git-email}

esto importará tus claves ssh de tu /home/{user}/.ssh

¿Cómo generar claves ssh?

ssh-keygen -t ed25519 -C "<comment>"

#Linux (requires the xclip package):

xclip -sel clip < ~/.ssh/id_ed25519.pub

#Git Bash on Windows:

cat ~/.ssh/id_ed25519.pub | clip

add_key_gitlab

comprobar acceso por ssh

#comprobar acceso por ssh
ssh -T git@gitlab.com

Environment and flags

REDIS

paramsflagenvironmenttype
sandbox-host-redis--sandbox-host-redisSARYS_SANDBOX_HOST_REDISstring
sandbox-port-redis--sandbox-port-redisSARYS_SANDBOX_PORT_REDISstring
sandbox-password-redis--sandbox-password-redisSARYS_SANDBOX_PASSWORD_REDISstring

DATABASE

paramsflagenvironmenttype
sandbox-db--sandbox-dbSARYS_SANDBOX_DBstring
sandbox-port-db--sandbox-port-dbSARYS_SANDBOX_PORT_DBstring
sandbox-host-db--sandbox-host-dbSARYS_SANDBOX_HOST_DBstring
sandbox-username-db--sandbox-username-dbSARYS_SANDBOX_USERNAME_DBstring
sandbox-password-db--sandbox-password-dbSARYS_SANDBOX_PASSWORD_DBstring

GIT

paramsflagenvironmenttype
git-name--git-nameGIT_NAMEstring
git-email--git-emailGIT_EMAILstring

CREDENTIALS OF JWIT

paramsflagenvironmenttype
username--usernameSARYS_USERNAMEstring
password--passwordSARYS_PASSWORDstring
token--tokenSARYS_TOKENstring

SPEED CREATE PROJECT

paramsflagtype
project--projectstring

CONTEXT FOR CREATE PROJECTS

paramsflagenvironmenttype
log path--log-pathSARYS_LOG_PATHstring
context--contextSARYS_CONTEXTstring

ENABLE SERVER

paramsflagenvironmenttype
server--serverSARYS_SERVERboolean

JS ES6 async await

import cli from 'create-sarys-app';

cli()

Maintainers

Javier Avila
javierdeveoper
@njavilas2015

Open Collective Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

Copyright (c) 2022 SARyS Inc.