Skip to content

Commit

Permalink
Merge pull request #275 from agiledigital-labs/IE-282-reduce-compilat…
Browse files Browse the repository at this point in the history
…ion-time

IE-282-reduce-compilation-time + modify to reduce compilation time
  • Loading branch information
dspasojevic authored Nov 30, 2023
2 parents 0b68542 + 00de9f5 commit 61b996f
Show file tree
Hide file tree
Showing 5 changed files with 2,754 additions and 1,224 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ To use the seed project, you will:
The executable file will be available at `./dist/executableName`.
3. Create handlers in the `scripts` directory. Top-level only. Subcommands of
those need to go into the file themselves or the handler. They will need to
default export script configuration. This will have your handler in it, along
with the command metadata. Commands from the handler file can be directly
called with `./dist/executableName command argument`.
default export script configuration and explicitly imported and initialised
in index.ts. This will have your handler in it, along with the command metadata.
Commands from the handler file can be directly called with
`./dist/executableName command argument`.
4. To create arguments, you can express these by the third parameter. By adding
in an option function in the middle, you put an argument you may need. See
yargs documentation to enhance the customisation CLI startup behaviour.
Expand Down
Loading

0 comments on commit 61b996f

Please sign in to comment.