/harke

Parse YouTube's HTML with TypeScript

Primary LanguageTypeScriptMIT LicenseMIT

harke

Parse YouTube's HTML with TypeScript.

Dev setup

We are storing HTML test files with git lfs. Please set it up.

npm i

Release a new Version

Choose a new version according to https://semver.org/.

npm version major
npm version minor
npm version patch
npm version prerelease

Push tags to GitHub. GitHub then publishes the package as a GitHub Package.

git push --follow-tags

Test files

License

MIT