Skip to content

Commit

Permalink
feat: 🎸 rename taco
Browse files Browse the repository at this point in the history
BREAKING CHANGE: 🧨 create-boilerplate-cli => taco-launch
  • Loading branch information
yakiisama committed Mar 19, 2023
1 parent c374185 commit fc8f691
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 36 deletions.
26 changes: 0 additions & 26 deletions CHANGELOG.md

This file was deleted.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ a cli to initialize project
# intro
```sh
#usage
npm i create-boilerplate-cli -g
m init
npm i taco-launch -g
taco init

#or
npx create-boilerplate-cli
npx taco-launch
```
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "create-boilerplate-cli",
"version": "1.0.3",
"name": "taco-launch",
"version": "0.0.1",
"description": "init project",
"main": "index.js",
"type": "module",
"bin": {
"m": "index.js"
"taco": "index.js"
},
"files": [
"index.js",
Expand All @@ -25,12 +25,12 @@
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"homepage": "https://github.com/BlackBerry009/create-boilerplate-cli",
"homepage": "https://github.com/BlackBerry009/taco-launch",
"repository": {
"type": "git",
"url": "git+https://github.com/BlackBerry009/create-boilerplate-cli"
"url": "git+https://github.com/BlackBerry009/taco-launch"
},
"bugs": "https://github.com/BlackBerry009/create-boilerplate-cli/issues",
"bugs": "https://github.com/BlackBerry009/taco-launch/issues",
"author": "BlackBerry",
"license": "ISC",
"publishConfig": {
Expand All @@ -45,7 +45,6 @@
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@vitejs/plugin-react": "^3.1.0",
"git-cz": "^4.9.0",
"standard-version": "^9.5.0",
"unbuild": "^1.1.2"
Expand Down

0 comments on commit fc8f691

Please sign in to comment.