Skip to content

Commit

Permalink
Add publishing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
echamudi committed Jan 15, 2021
1 parent fbfd4e1 commit 1f8bef3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions notes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Complete Building & Publishing

- Compile from scratch using docker and build.sh
- Generate types
- Test using OpenCV’s node test
- Test using node scripts at '/test'
- Test using deno scripts at '/test'
- Try node types validity in playground
- Try deno types validity in playground
- Increment all versions
- package
- package-lock
- deno's mod.ts
- README installation
- Dry run publishing NPM module
- Publish NPM module
- Try to use the deno using unpkg (https://unpkg.com/opencv-wasm@<version>/mod.ts), see if the type is working.
- If unpkg is working fine, then tag it.

0 comments on commit 1f8bef3

Please sign in to comment.