From e8e97d76835aa5f346607e183cd4642751229f19 Mon Sep 17 00:00:00 2001 From: Sony AK Date: Sun, 16 Apr 2023 15:17:48 +0700 Subject: [PATCH] add alias yogyakarta and yogya in addition to jogja --- README.md | 2 +- package.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 26ff60d..f69925e 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 74ccdb1..96f3a04 100644 --- a/package.json +++ b/package.json @@ -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",