Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@jsdrome/ipwa
Advanced tools
⭐️ Star us on GitHub — it helps!
🔥 Isomorphic progressive web native cloud monorepo generator with a codebase with only code.
Usually, when a product grows, it becomes inevitable that there are 2 apps - for web and for native. You will then need a web frontend team, native frontend team, a design team, a backend team, a devops team and QA. This repository aims to abstract most of those things so that you can focus on only one thing - creating stuff.
iPWA's purpose is to spin up a new project with everything setup. All you need to do is set the configurations and the rest is magic.
When code is merged to master, we perform the following:
Sanity Check
- Builing, linting, unit tests.Staging in Heroku
- Build a docker image and deploy it in Heroku.Regression tests
- Run unit tests, Cypress tests, Puppeteer tests and Percy tests and upload the reports.Release docker image
- Build and publish docker image to Dockerhub or GCR.Release Firebase
- Deploy the isomorphic progressive web app into Firebase.Expo publish
- Deploy the native app as OTA update.Install ipwa globally
npm i -g @jsdrome/ipwa
Create a new ipwa app
ipwa my-app install
This will create a new project called my-app in the current directory and install npm dependencies.
.env
.config_secrets__linkedin__clientId
config_secrets__linkedin__clientSecret
config_secrets__github__clientId
config_secrets__github__clientSecret
const config_secrets__sendInBlue__user
const config_secrets__sendInBlue__pass
config_secrets_ipwa_encryptKey
config_props__gtmId
IMAGE_NAME
HEROKU_APP_NAME
HEROKU_API_KEY
CYPRESS_TOKEN
CYPRESS_PROJECT_ID
PERCY_TOKEN
DOCKER_USER
DOCKER_PASS
FIREBASE_APP_NAME
FIREBASE_TOKEN
EXPO_CLI_USERNAME
EXPO_CLI_PASSWORD
config_props__url
.configrc
as necessary.npm run build:dev
npm run start:dev
Set IMAGE_NAME
env variable in .env
npm run build:docker
npm run test
npm run test:cypress
npm run test:puppeteer
FAQs
🔥 Isomorphic progressive web native cloud monorepo generator.
We found that @jsdrome/ipwa demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.