Skip to content

Commit

Permalink
Merge pull request #1 from achmadhadikurnia/main
Browse files Browse the repository at this point in the history
Init
  • Loading branch information
achmadhadikurnia authored Dec 1, 2023
2 parents 43eb074 + 07d8046 commit b4af63b
Show file tree
Hide file tree
Showing 4 changed files with 91,636 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
vendor
node_modules
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# wilayah-indonesia
# Wilayah Indonesia

Kode dan nama wilayah administratif di Indonesia sesuai Kepmendagri No 100.1.1-6117 Tahun 2022
41 changes: 41 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"name": "kanekescom/wilayah-indonesia",
"description": "Kode dan nama wilayah administratif di Indonesia",
"keywords": [
"indonesia",
"wilayah-indonesia",
"kode-wilayah-indonesia",
"wilayah-administratif",
"kode-wilayah"
],
"homepage": "https://github.com/kanekescom/wilayah-indonesia",
"license": "MIT",
"authors": [
{
"name": "Achmad Hadi Kurnia",
"email": "imachmadhadikurnia@gmail.com",
"role": "Developer",
"homepage": "https://linktr.ee/achmadhadikurnia"
}
],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/achmadhadikurnia"
},
{
"type": "buymeacoffee",
"url": "https://s.id/hadibmac"
},
{
"type": "patreon",
"url": "https://s.id/hadipatreon"
},
{
"type": "saweria",
"url": "https://s.id/hadisaweria"
}
],
"minimum-stability": "dev",
"prefer-stable": true
}
Loading

0 comments on commit b4af63b

Please sign in to comment.