Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
generator-wolmo-bootstrap-rn
Advanced tools
A project generator for react native applications with some boilerplates already configured and ready to use.
You don't need to clone this repository. Just run the following in your terminal:
bash <(curl -s https://raw.githubusercontent.com/Wolox/wolmo-bootstrap-react-native/master/run.sh)
This codebase is meant to be used to kickoff react native projects with Wolox's tech stack, tools and basic boilerplate. The following optional features can be added out of the box to the new projects:
The boilerplate includes
For bootstraping your own project using the template generator script you'll need to follow these steps:
npm install
or yarn install
.yo yourPathToWolmo/generators/app/index.js
you'll need Yeoman installed for this. Also, the argument -v
can be used for logging.cd you/project/path
.npm run start
or npm start
.react-native run-ios
or/and react-native run-android
.You will have to complete the bitriseInfo.json
with the next Info:
"repositoryUrlSsh": "", // What's your repository url? (ssh only)
"publicApp": "", // If true then the app visibility setting will be public, in case of false it will be private (boolean value)
"repositorySlug": "", // Write the repo slug (The name of your repo not the url)
"repoOwner": "", // Who is the owner of the repo?
"gitProvider": "", // The git provider you are using, it can be 'github', 'bitbucket', 'gitlab', 'gitlab-self-hosted' or 'custom'
"gitToken": "", // Please, write your git token (github, gitlab ot bitbucket) with permissions to create ssh keys here (write it with the format 'token <access_token>' if it is github, 'Bearer <access_token>' if it's gitlab or bitbucket)
"bitriseToken": "", // Please, write your bitrise token with permissions to create ssh keys here
"bitriseOrganizationSlug": "", // Please, write your Bitrise organization slug
"projectPath": "", // projectPath in case that you want to add the bitrise.yml file to your local repository. This param is in case that you run the script without running the bootstrap
"projectName": "" // Project name to complete the bitrise.yml file with correct info. This param is in case that you run the script without running the bootstrap
To run only the bitrise script you have to run: yo yourPathToWolmo/generators/app/bitrise.js
you'll need Yeoman
git checkout -b my-new-feature
).git commit -am 'Add some feature'
).git push origin my-new-feature
).This project was written by Wolox. It is mantained by:
.
wolmo-bootstrap-react-native is available under the MIT license.
Copyright © 2020. WOLOX. All rights reserved. <hello@wolox.co>
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
[0.7.3] - 2020-04-03
AndroidManifest
bundleId (update_bundle_identifier)
and a TODO
in editBundleIdentifier taskFAQs
A project generator for react native applications with some boilerplates already configured and ready to use.
The npm package generator-wolmo-bootstrap-rn receives a total of 1 weekly downloads. As such, generator-wolmo-bootstrap-rn popularity was classified as not popular.
We found that generator-wolmo-bootstrap-rn demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 open source maintainers 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.