omridevk / node-cleaner

App to clean up disk space by removing unused node_modules directories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Starting Development

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

yarn dev

Demo mode

start the app in the development mode but all deletetion of directories will be mocked (i.e node_modules directory will not be deleted). Good for testing functionality without actually deleting files from the file system.

yarn dev-demo

Packaging for Production

To package apps for the local platform:

yarn package

Publishing

  1. Development should happen on sidebranch
  2. Increase version in both package.json app/package.json
  3. When feature is ready merge to master
  4. This will trigger Travis CI
  5. Travis will publish to S3 and create GitHub draft

Docs

See our docs and guides here

About

App to clean up disk space by removing unused node_modules directories

License:MIT License


Languages

Language:TypeScript 83.7%Language:JavaScript 14.7%Language:HTML 1.0%Language:NSIS 0.5%Language:CSS 0.2%