![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@gooddata/create-gooddata-react-app
Advanced tools
A CLI tool that creates a new React project connected to the GoodData platform
© 2019 GoodData Corporation
This is a CLI tool that creates a new React project with a proxy set up to connect to your projects on the GoodData platform. The new app features some widgets and helpers that could come in handy. This is built on top of Create React App. For more info see Create React App documentation.
To create a project called my-app
, run this command:
yarn create @gooddata/react-app my-app
Then follow the instructions provided by the CLI.
The CLI tool supports several flags:
-d, --domainUrl <domain>
URL of your GoodData domain-p, --projectId <projectId>
projectID of your GoodData project-c, --config <config>
path to configuration file (see below)--no-install
skip yarn installing the app dependencies-h, --help
output usage informationThe configuration file has the following structure:
{
"domain": "(Required) domain where the project is hosted, e.g. https://developer.na.gooddata.com",
"projectId": "(Required) the projectId of the project (must be hosted on the domain specified above)",
"appName": "(Optional) name of the app to use"
}
FAQs
A CLI tool that creates a new React project connected to the GoodData platform
The npm package @gooddata/create-gooddata-react-app receives a total of 27 weekly downloads. As such, @gooddata/create-gooddata-react-app popularity was classified as not popular.
We found that @gooddata/create-gooddata-react-app demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 75 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.