Skip to content

Commit 364315d

Browse files
Update to use typescript definitions
1 parent 4466aef commit 364315d

File tree

5 files changed

+593
-6
lines changed

5 files changed

+593
-6
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,20 @@ First:
3232
- Modify `package.json`
3333

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

4041

41-
## Guidelines
42+
## Contributing
4243

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

48-
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
49+
Changes to this repo **must not** demand that repos derived from it be changed,
50+
but it **should** be possible to update them to a more recent version of the
4951
archetype fairly easily.

0 commit comments

Comments
 (0)