# npm
npm i -g autarky
#yarn
yarn global add autarky
$> autarky
In today’s world storage is comparatively costlier than compute. Majority of devs uses MacBooks and sadly MacBooks have pretty low storage (for base models). Hence filling up storage is quite often and we spend a lot of time picking stuff to be deleted.
It’s 2019 and I got ran out of storage in my laptop after a thorough analysis I found out that the majority of the storage is occupied by node_modules
. As each project have a separate node_modules (duplication despite the same version).
I also have a few projects which I touch once in a blue moon, hence they end up eating a lot of space. On the other hand, picking & removing node_modules
manually is a tedious process. So I thought why not automate it.
Autarky works by traversing all the child directories recursively relative to the current working directory (the place where you are executing autarky).
node_modules
which you want to delete.Autarky is built with the latest open source technologies.
Read CONTRIBUTING Guide
License MIT
Author: Pranshu Chittora