
Company News
Jerod Santo Joins Socket as Head of Media
Allow myself to introduce... myself.
mcap-generator
Advanced tools
## Installation Install the module with: `npm install mcap-generator` ` ## Example ```javascript var Generator = require('mcap-generator');
Install the module with: npm install mcap-generator
`
var Generator = require('mcap-generator');
var options = {
directory: 'myapp',
template: 'default',
templateValues: {
name: 'My first App',
package: 'com.company.myfirstapp'
}
}
var gen = new Generator();
gen.createApp(options, function (err) {
if(err) {
console.error(err);
return;
}
console.log('Done!');
});
##Testing
Running ```npm test`` will run the unit tests with mocha.
FAQs
## Installation Install the module with: `npm install mcap-generator` ` ## Example ```javascript var Generator = require('mcap-generator');
The npm package mcap-generator receives a total of 3 weekly downloads. As such, mcap-generator popularity was classified as not popular.
We found that mcap-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.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.

Security News
Anthropic found biased reasoning and recklessness drove Claude Mythos 5 to publish malware on PyPI and compromise a security vendor.