Migrates Youtube Likes from one account to another
This is a Node.js module available through the
npm registry. It can be installed using the
npm
or
yarn
command line tools.
npm install youtube-likes-migrator --save
npm install
npm test
- @types/node: TypeScript definitions for Node.js
- rimraf: A deep deletion module for node (like
rm -rf
) - tslint: An extensible static analysis linter for the TypeScript language
- typescript: TypeScript is a language for application scale JavaScript development
MIT