Skip to content

Commit

Permalink
change project name
Browse files Browse the repository at this point in the history
  • Loading branch information
utkarsh1311 committed Nov 3, 2023
1 parent 33a7dac commit 718ba3d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
13 changes: 7 additions & 6 deletions banner.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
const banner = `
░█████╗░██████╗░███████╗░█████╗░████████╗███████╗░░░░░░██████╗░██████╗░░█████╗░░░░░░██╗███████╗░█████╗░████████╗
██╔══██╗██╔══██╗██╔════╝██╔══██╗╚══██╔══╝██╔════╝░░░░░░██╔══██╗██╔══██╗██╔══██╗░░░░░██║██╔════╝██╔══██╗╚══██╔══╝
██║░░╚═╝██████╔╝█████╗░░███████║░░░██║░░░█████╗░░█████╗██████╔╝██████╔╝██║░░██║░░░░░██║█████╗░░██║░░╚═╝░░░██║░░░
██║░░██╗██╔══██╗██╔══╝░░██╔══██║░░░██║░░░██╔══╝░░╚════╝██╔═══╝░██╔══██╗██║░░██║██╗░░██║██╔══╝░░██║░░██╗░░░██║░░░
╚█████╔╝██║░░██║███████╗██║░░██║░░░██║░░░███████╗░░░░░░██║░░░░░██║░░██║╚█████╔╝╚█████╔╝███████╗╚█████╔╝░░░██║░░░
░╚════╝░╚═╝░░╚═╝╚══════╝╚═╝░░╚═╝░░░╚═╝░░░╚══════╝░░░░░░╚═╝░░░░░╚═╝░░╚═╝░╚════╝░░╚════╝░╚══════╝░╚════╝░░░░╚═╝░░░
███╗░░░███╗░█████╗░██╗░░██╗███████╗░░░░░░██████╗░██████╗░░█████╗░░░░░░██╗███████╗░█████╗░████████╗
████╗░████║██╔══██╗██║░██╔╝██╔════╝░░░░░░██╔══██╗██╔══██╗██╔══██╗░░░░░██║██╔════╝██╔══██╗╚══██╔══╝
██╔████╔██║███████║█████═╝░█████╗░░█████╗██████╔╝██████╔╝██║░░██║░░░░░██║█████╗░░██║░░╚═╝░░░██║░░░
██║╚██╔╝██║██╔══██║██╔═██╗░██╔══╝░░╚════╝██╔═══╝░██╔══██╗██║░░██║██╗░░██║██╔══╝░░██║░░██╗░░░██║░░░
██║░╚═╝░██║██║░░██║██║░╚██╗███████╗░░░░░░██║░░░░░██║░░██║╚█████╔╝╚█████╔╝███████╗╚█████╔╝░░░██║░░░
╚═╝░░░░░╚═╝╚═╝░░╚═╝╚═╝░░╚═╝╚══════╝░░░░░░╚═╝░░░░░╚═╝░░╚═╝░╚════╝░░╚════╝░╚══════╝░╚════╝░░░░╚═╝░░░
`;

export default banner;
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ process.on("SIGINT", () => {

console.log(chalk.yellowBright(banner));

console.log(chalk.bgRedBright(`Welcome to the create-project CLI`));
console.log(chalk.bgRedBright(`Welcome to the make-project CLI`));

const projectName = await input({
message: chalk.blue("Enter the project name ❓: "),
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "create-project",
"name": "make-project",
"version": "1.0.0",
"description": "a node script to scaffold my projects",
"main": "index.js",
Expand All @@ -21,7 +21,7 @@
"shelljs.exec": "^1.1.8"
},
"bin": {
"create-project": "index.js"
"make-project": "index.js"
},
"directories": {
"test": "test"
Expand Down

0 comments on commit 718ba3d

Please sign in to comment.