
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
English | 日本語
Goqoo is a framework for kintone JavaScript/CSS customization. It works on Node.js.
Supports TypeScript transpiling, bundling with Babel/webpack, local preview with webpack DevServer, deployment using AWS S3, simple React/Vue.js templates, etc.
$ npx goqoo new my-project
# Leave all prompt choices at their defaults and Enter
? Project name › my-project
? Project description ›
? Frontend Framework …
❯ (None)
React
Vue
Goqoo creates my-project directory in the current directory, installs required libraries and files.
Moves to the new directory and make a git commit once.
$ cd my-project
$ git add .
$ git commit -m 'Initial commit'
$ npx goqoo generate app my-app
Goqoo creates my-app entry into the src/apps directory in the project, installs template files.
$ npx goqoo start
{ bundlerType: 'default', nodeEnv: 'development' }
{ mode: 'development' }
{ env: { WEBPACK_SERVE: true } }
{ 'my-app': 'https://localhost:59000/my-app.js' }
Goqoo builds JavaScripts files under src/apps directory, starts up local dev server and hosts the bundle file.
Set the URL of my-app displayed in the console as the JavaScript customization URL of your kintone app.
If you see the alert "Hello, Goqoo on kintone!", the deployment is successful.

$ goqoo new <project-name>
Creates new <project-name> directory in the current directory, sets the project name to <project-name> and installs required library and files.
If <project-name> is omitted, the current directory is used as the project name.
# run in the project root directory
$ goqoo generate app <app-name>
Generates new <app-name> app entry and installs entry point file for JavaScript customization.
# run in the project root directory
$ goqoo generate customize-view <exists-app-name> <customize-view-name>
Generates new customize-view TS/CSS/HTML files in exists app entry src/apps/<exists-app-name>.
$ goqoo generate dts
Create type definition files for kintone apps. Wrap @kintone/dts-gen to create type definition files for multiple apps at once.
You need to enumerate app ids in goqoo.config.js and set the kintone authentication information (password or API token) in .env.
MIT
FAQs
Goqoo on kintone
The npm package goqoo receives a total of 13 weekly downloads. As such, goqoo popularity was classified as not popular.
We found that goqoo demonstrated a healthy version release cadence and project activity because the last version was released less than 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.