New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-sinix-app

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-sinix-app - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

lib/generator.js

15

lib/cli.js
#!/usr/bin/env node
const sao = require("sao")
const cli = require("cac")("create-sinix-app")
const cac = require("cac")
const path = require("path")
const generator = path.resolve(__dirname, "./")
const scaffe = require("scaffe")
const cli = cac("create-sinix-app")
cli
.command("<app-name>", "Create a Sinix game")
.action(async (outDir) => {
await sao({
generator,
outDir
}).run()
.action((outDir) => {
const template_dir = path.join(__dirname, "../template")
scaffe.generate(template_dir, outDir, { name: outDir })
console.log(`

@@ -17,0 +16,0 @@ $ cd ${outDir}

{
"name": "create-sinix-app",
"version": "0.1.7",
"version": "0.1.8",
"description": "Create a game for Sinix in seconds",

@@ -28,5 +28,4 @@ "bin": "lib/cli.js",

"cac": "^6.6.1",
"sao": "^1.7.1"
},
"gitHead": "b0f0a4400dccf0e3949a93dd829fbf283ff9d0c1"
"scaffe": "^0.1.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc