ignite-basic-generators
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -1,5 +0,9 @@ | ||
const initialize = () => { | ||
const initialize = (igniteConfig) => { | ||
console.log("howdy! I'm the initialize from the basic-generators component") | ||
console.log(`Reading config - project created with ${igniteConfig.igniteVersion}`) | ||
// check generators for existing screen generator | ||
// write new values | ||
// return updated ignite file | ||
} | ||
module.exports = { initialize } |
{ | ||
"name": "ignite-basic-generators", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "The fundamental generators for basic ignite projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
2141
3
8