
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
appshell-generator
Advanced tools
A command-line utility to generate and build cordova apps for manifest-enabled web applications.
A command-line utility to generate and build cordova apps for manifest-enabled web applications. Specify a shellfile.json containing configuration for your app, including icon and splashcreen assets, cordova plugins to include and target platforms.
Create a shellfile.json file in your working directory and run the appshell-generator command:
$ appshell-generator
appshell-generator supports OSX, Linux and Windows. Build targets can be ios, android or windows. Refer to https://cordova.apache.org/docs/en/5.1.1/guide/cli/index.html#link-1 for more information.
{
"name": "Demo13",
"displayName": "Demo 13",
"identifier": "com.acresta.acdemo13",
"answerspace": "https://acresta.eps.blinkm.co/demo13",
"icon": "/Users/jackson/Desktop/logo.png",
"splash": "/Users/jackson/Desktop/splash.png",
"platform": ["ios", "android"],
"plugins": [
"cordova-plugin-device",
"cordova-plugin-geolocation",
"cordova-plugin-camera",
"cordova-plugin-media-capture",
"cordova-plugin-media",
"cordova-plugin-file",
"cordova-plugin-splashscreen",
"cordova-plugin-inappbrowser"
]
}
FAQs
A command-line utility to generate and build cordova apps for manifest-enabled web applications.
We found that appshell-generator 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.