Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

spiky-cli

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spiky-cli - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

20

dist/index.js
#!/usr/bin/env node
// Imports
import args from 'args';
args.command('hello', 'say hello', () => {
console.log('Hello');
// Project-Imports
import versionCommand from './commands/version.js';
import helpCommand from './commands/help.js';
// Code
// Commands
args.command('version', 'Prints the current version', versionCommand, ['v'])
.command('help', 'Displays help information', helpCommand)
// Options
.option(['H', 'help'], 'Outputs usage info about the correct and successful usage of the spiky-cli', undefined, helpCommand)
// Examples
.example('The current version is: vX.X.X', 'spiky version');
const flags = args.parse(process.argv, {
help: false,
version: false,
name: 'spiky',
mainColor: 'yellowBright',
subColor: 'grey',
mri: {}
});
{
"name": "spiky-cli",
"description": "This is the spiky-cli package. A package that can convert spiky.js code into Python code with can be run on the SPIKE Prime Robot.",
"version": "0.0.4",
"version": "0.0.5",
"license": "MIT",

@@ -36,2 +36,6 @@ "type": "module",

},
"funding": {
"type": "individual",
"url": "https://buymeacoffee.com/leontm"
},
"homepage": "https://github.com/leontm-dev/spiky-cli#readme",

@@ -38,0 +42,0 @@ "dependencies": {

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