Comparing version 0.1.0 to 0.1.1
#!/usr/bin/env node | ||
// @ts-check | ||
'use strict' | ||
/** | ||
* - configurare un logger | ||
* - avere gli args gratis | ||
* - avere help gratis | ||
* - avere commands loading | ||
*/ | ||
const { EventEmitter } = require('events') | ||
@@ -15,0 +5,0 @@ const fs = require('fs') |
{ | ||
"name": "cli-ator", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A cli tool to build cli tools FASTER", | ||
"main": "cli.js", | ||
"main": "lib/index.js", | ||
"directories": { | ||
@@ -7,0 +7,0 @@ "lib": "lib", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15402
16
363