Skip to content

Commit

Permalink
Update to use typescript definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
masked-rpgmaker committed Sep 14, 2020
1 parent 4466aef commit 364315d
Show file tree
Hide file tree
Showing 5 changed files with 593 additions and 6 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,20 @@ First:
- Modify `package.json`

Then:
- Modify `header.js` and write Typescript code on `src`
- Modify `plugin-metadata.yaml` and write Typescript code on `src`
- `npm run build`
- Your plugin shows up compiled in `dist/js/plugins`
- Your plugin shows up compiled in `dist/js/plugins` (plus a debug build in
whatever test directory you set up!)
- Repeat


## Guidelines
## Contributing

This repo's purpose is **exclusively** providing a basic structure for other
plugin repos.
It is **not** the place to create core functionality! (i.e. no application
code here!)

Changes to this repo **must not** demand that repos derived from it be changed, but it **should** be possible to update them to a more recent version of the
Changes to this repo **must not** demand that repos derived from it be changed,
but it **should** be possible to update them to a more recent version of the
archetype fairly easily.
Loading

0 comments on commit 364315d

Please sign in to comment.