Scripts that are used to develop, build, and analyze Typescript projects.
- Install Visual Studio Code (vsCode)
- Install NPM
- Install Git
Builds the package (lint and compile)
Compile the package
Deploy the package to NPMJS
Lint the package using ESLint/Prettier
Fixes all lint issues that can be automatically fixed using ESLint/Prettier
Uses ESLint to check for code cycles up to 10 levels deep
Removes all non-source files that are created during a builds
Deletes the node_modules folder and installs all dependencies
Uses TS-Prune to display all unused exports
Displays all dependencies with stale versions in package.json
Updates package.json to reflect actual version of dependencies being used
Displays all dependencies that have a new version available on npmjs
See the LICENSE file for license details