Skip to content

Commit

Permalink
chore: minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
painfulexistence committed Apr 28, 2024
1 parent 06956d7 commit ab45437
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<h1 align="center">✨ Create Create X</h1>
<h6>Create your own `create-something` app. A fork of the awesome `create-create-app`</h6>
<h6>Create your own 🛠️create-something app. A fork of the awesome `create-create-app`</h6>
<br/>
<img src="https://raw.githubusercontent.com/painfulexistence/create-create-x/main/.github/assets/ss1.png" alt="screenshot"/>
<br/><br/>
Expand All @@ -11,7 +11,6 @@

## Why?

- ⚖️ **Built-in License selector** No need to worry about license things.
- 🎩 **Template engine** You can use template strings in text files, file names, and folder names.
- 💄 **Highly customizable** Can change caveat text, add extra command-line options.

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
"author": "Loïc Chen",
"scripts": {
"build": "npm run tsup -- --minify --dts",
"clean": "shx rm -rf lib 'templates/*/{yarn.lock,package-lock.json,node_modules}'",
"clean": "shx rm -rf lib 'templates/*/{yarn.lock,package-lock.json,bun.lockb,node_modules}'",
"dev": "npm run tsup -- --watch",
"website:dev": "cd website && npm run start",
"website:deploy": "cd website && npm run deploy",
"prepublishOnly": "npm run clean && npm run build",
"release": "release-it",
"test": "run-p build typecheck && vitest --run",
Expand Down
8 changes: 6 additions & 2 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type * as Preset from '@docusaurus/preset-classic';

const config: Config = {
title: 'Create Create X',
tagline: 'Set up a "create-something" project blazingly fast!',
tagline: 'Set up a 🛠️create-something" project blazingly fast!',
favicon: 'img/favicon.ico',

// Set the production url of your site here
Expand Down Expand Up @@ -100,10 +100,14 @@ const config: Config = {
label: 'GitHub',
href: 'https://github.com/painfulexistence/create-create-x',
},
{
label: 'Twitter',
href: 'https://twitter.com/DevLucidum',
}
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} painfulexistence`,
copyright: `Copyright © ${new Date().getFullYear()} Loïc (painfulexistence)`,
},
prism: {
theme: prismThemes.github,
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"deploy": "USE_SSH=true docusaurus deploy",
"clear": "docusaurus clear",
"serve": "docusaurus serve",
"write-translations": "docusaurus write-translations",
Expand Down

0 comments on commit ab45437

Please sign in to comment.