Skip to content

Commit

Permalink
docs: typo, another compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
trenc committed Nov 5, 2024
1 parent 4059607 commit 1aa45a6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,15 @@ $ composer require scto/plugin-compiler --dev

## Usage

The compiler binary can has up to five arguments for compiling.
N.B.: The name of the plugin created from the name of the current woking directory.
The compiler binary can has up to five arguments.

N.B.: The name of the plugin is created from the name of the current woking directory.

```
$ ./vendor/bin/scto-compile manifest.json help.textile textpack.txt srcFolder outputFolder
```

The plugin compiler can also be used library:
The plugin compiler can also be used as library:

```
use Scto\PluginCompiler\CompilerApp;
Expand All @@ -45,3 +46,4 @@ $app->run($args);

* https://github.com/gocom/MassPlugCompiler
* https://github.com/Bloke/ied_plugin_composer
* https://github.com/alieninternet/ais_txpplugin_packager

0 comments on commit 1aa45a6

Please sign in to comment.