bearnie 0.1.0 → 0.1.1
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/dist/index.js +3 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -149,7 +149,8 @@ var print = {
|
|
|
149
149
|
// Footer
|
|
150
150
|
footer: () => {
|
|
151
151
|
const link2 = (text, url) => `\x1B]8;;${url}\x07${chalk.cyan(text)}\x1B]8;;\x07`;
|
|
152
|
-
console.log(` ${brand.
|
|
152
|
+
console.log(` ${brand.secondary("\u{1F43B}")} ${brand.muted("Made by")} ${link2("Michael Andreuzza", "https://michaelandreuzza.com")} ${brand.muted("at")} ${link2("Lexington Themes", "https://lexingtonthemes.com")}`);
|
|
153
|
+
console.log(` ${brand.muted("Love Bearnie?")} ${link2("Sponsor", "https://github.com/sponsors/michael-andreuzza")} ${brand.muted("\u{1F5A4}")}`);
|
|
153
154
|
console.log();
|
|
154
155
|
}
|
|
155
156
|
};
|
|
@@ -624,7 +625,7 @@ program.name("bearnie").description("UI components for Astro").version("0.1.0").
|
|
|
624
625
|
`).addHelpText(
|
|
625
626
|
"afterAll",
|
|
626
627
|
`
|
|
627
|
-
${chalk5.dim("
|
|
628
|
+
${chalk5.dim("Made with")} ${amber("\u{1F43B}")} ${chalk5.dim("by")} ${link("Michael Andreuzza", "https://michaelandreuzza.com")}
|
|
628
629
|
`
|
|
629
630
|
);
|
|
630
631
|
program.command("init").description("Set up Bearnie in your project").option("-y, --yes", "Skip prompts and use defaults").option("--cwd <path>", "Working directory", process.cwd()).action(init);
|