clever-orm
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -20,3 +20,13 @@ 'use strict'; | ||
grunt.registerTask( 'db', [ 'db:rebase', 'db:seed' ] ); | ||
grunt.registerTask( 'readme', 'Displays helpful information', function ( ) { | ||
console.log( 'Installation instructions:' ); | ||
console.log( '1. From your project folder run `clever install clever-orm`' ); | ||
console.log( '' ); | ||
console.log( '2. In the config file for your desired environment (ie. backend/config/local.json), update the clever-orm object with the details for your database.' ); | ||
console.log( '' ); | ||
console.log( '3. From your project\'s `backend` folder, run `NODE_ENV=local grunt db`.' ); | ||
console.log( 'The database tables for your modules should now be installed and seeded with data!' ); | ||
} ); | ||
}]; | ||
}; |
{ | ||
"name": "clever-orm", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"dependencies": { | ||
@@ -5,0 +5,0 @@ "mysql": "2.0.0-rc2", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
10900
208
0