Skip to content

Commit

Permalink
add alias yogyakarta and yogya in addition to jogja
Browse files Browse the repository at this point in the history
  • Loading branch information
sonyarianto committed Apr 16, 2023
1 parent abe51b7 commit e8e97d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Now you can call it by type `jogja` on your computer. Use keyboard (up and down
- **How to update?** Just run `npm i -g jogja` again. It will update the package to the latest version.
- **How to add new framework?** You can create PR to add new framework. Or you can create issue to request new framework.
- **I want to install non-JavaScript framework. Can I?** You can't at the moment. Support for other languages/frameworks will be added in the future.
- **Why the name is Jogja?** Jogja a.k.a Yogyakarta is the name of city in Indonesia. I want to make this project as a tribute to my city.
- **Why the name is Jogja?** Jogja a.k.a Yogyakarta is the name of city in Indonesia. I want to make this project as a tribute to the city.

## Known Issues

Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"build": "tsup ./src/ --clean"
},
"bin": {
"jogja": "./dist/index.js"
"jogja": "./dist/index.js",
"yogyakarta": "./dist/index.js",
"yogya": "./dist/index.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit e8e97d7

Please sign in to comment.