This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from drajathasan/development
Merge Development ke Production
- Loading branch information
Showing
4 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# SLiMS Tarsius | ||
|
||
Sebuah perkakas untuk [SLiMS](https://github.com/slims/) yang digunakan sebagai *code generator* seperti membuat kerangka dasar dari plugin, template, modul, library, dan rest-api. | ||
|
||
### Cara pasang | ||
* Buka konsol kesangan anda seperti, cmd, terminal, powershell dll | ||
* Pastikan anda sudah memasang [composer](https://getcomposer.org/download/). | ||
* Pastikan anda menggunakan SLiMS sekurang nya versi 9.3.0 | ||
* Masuk kedalam folder SLiMS anda. | ||
* Buka file composer.json | ||
* lalu tambahkan skrip berikut seperti berikut | ||
> "scripts": { | ||
> "post-update-cmd": [ | ||
> "php -r \"copy(__DIR__.'/vendor/drajat/slims-tarsius/tests/tarsius', __DIR__.'/tarsius')\"" | ||
> ] | ||
> } | ||
dibawah "license": "GNU GPL v3", | ||
seperti berikut : | ||
![alt text](./example-composer.png "Logo Title Text 1") | ||
* Kembali ke terminal/shell anda lalu ketikan perintah seperti berikut | ||
> **composer require drajat/slims-tarsius** | ||
### Cara menggunakan | ||
Ketikan perintah seperti berikut untuk dokumentasi nya: | ||
> php tarsius --help |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters