lapikit 0.1.14 → 0.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/lapikit.js
CHANGED
|
@@ -35,7 +35,7 @@ if (process.argv.includes('--help') || process.argv.includes('-h')) {
|
|
|
35
35
|
terminal('error', `failed to create configuration file:\n\n ${error}`);
|
|
36
36
|
terminal(
|
|
37
37
|
'warn',
|
|
38
|
-
`you can create lapikit.config.js manually, please visite https://
|
|
38
|
+
`you can create lapikit.config.js manually, please visite https://lapikit.dev/docs/getting-started for more information`
|
|
39
39
|
);
|
|
40
40
|
}
|
|
41
41
|
|
|
@@ -44,9 +44,10 @@ if (process.argv.includes('--help') || process.argv.includes('-h')) {
|
|
|
44
44
|
|
|
45
45
|
terminal(
|
|
46
46
|
'info',
|
|
47
|
-
`${ansi.bold.blue('Thank to use lapikit, discover all posibility with lapikit on https://
|
|
47
|
+
`${ansi.bold.blue('Thank to use lapikit, discover all posibility with lapikit on https://lapikit.dev')}\n\n`
|
|
48
48
|
);
|
|
49
49
|
|
|
50
|
+
console.log('Website: https://lapikit.dev');
|
|
50
51
|
console.log('Github: https://github.com/nycolaide/lapikit');
|
|
51
52
|
console.log('Support the developement: https://buymeacoffee.com/nycolaide');
|
|
52
53
|
} else {
|