Skip to content

Commit

Permalink
Merge pull request #9 from madnh/feature/npm
Browse files Browse the repository at this point in the history
[npm] feat: setup NPM package
  • Loading branch information
madnh authored May 5, 2022
2 parents 01f441e + 97e38e4 commit 4f204a7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "hanhchinhvn",
"version": "1.4.0",
"description": "Phân cấp hành chính Việt Nam export từ nguồn Tổng Cục Thống Kê.",
"main": "dist/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/madnh/hanhchinhvn.git"
},
"keywords": [
"hanhchinh",
"vietnam"
],
"author": "Danh Manh",
"license": "MIT",
"bugs": {
"url": "https://github.com/madnh/hanhchinhvn/issues"
},
"homepage": "https://github.com/madnh/hanhchinhvn#readme",
"files": ["dist"]
}
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Phân cấp hành chính Việt Nam export từ nguồn Tổng Cục Thống Kê.

## Cài đặt:

### NPM:
```shell
npm install hanhchinhvn
```

### Cấu trúc thư mục:

- **excel_files/**: thư mục chứa các file excel lấy từ Tổng Cục Thống Kê
Expand Down

0 comments on commit 4f204a7

Please sign in to comment.