@mastashake08/remote-video-recorder

1.0.2-alpha • Public • Published

remote-video-recorder

NPM

NPM version Build Status Coverage Status

npm package template.

Installation

Clone repository with Git:

git clone https://github.com/mastashake08/remote-video-recorder.git
cd remote-video-recorder

Usage

Rename package (use npm-package-name-checker to check for name availability):

# replace $NAME with your package name
git grep -l remote-video-recorder | xargs sed -i '' -e "s/remote-video-recorder/$NAME/g"

Manually update the files:

  • [ ] LICENSE
  • [ ] README.md
  • [ ] package.json

Reinitialize Git repository:

rm -rf .git
git init

Install package dependencies:

npm install

Make first commit:

git commit -am "feat: initial commit"

Testing

Run tests:

npm test

Run tests in watch mode:

npm run test:watch

Run tests with coverage:

npm run test:coverage

View coverage in browser:

npm run test:coverage:report
open coverage/index.html

Lint files:

npm run lint

Fix lint errors:

npm run lint:fix

Release

Only collaborators with credentials can release and publish:

npm run release
git push --follow-tags && npm publish

To see what files are going to be published, run the command:

npm pack --dry-run
# tar tvf $(npm pack)

Support

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @mastashake08/remote-video-recorder

Weekly Downloads

1

Version

1.0.2-alpha

License

MIT

Unpacked Size

14.6 kB

Total Files

8

Last publish

Collaborators

  • mastashake08