5.0.0 • Published 5 years ago

starve v5.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

Starve

Travis (.com) GitHub code size in bytes GitHub repo size npm npm npm npm NPM npm GitHub last commit npm collaborators

Clean and remove unnecessary files and folders from node_modules

Why

Heaviest Objects In The Universe

The industry is moving towards serverless architecure, where the size of your package is very important for performance. This tool makes your lambda functions' packages significantly smaller.

What

starve is a very simple tool to remove unnecessary files and folders from node_modules, such as markdown, typescript source files, licenses etc.

Using

npx starve

How we decide what files to remove

We are running this command periodically to see unique file extension in node_modules, try removing unnecessary files and test each attempt.

find node_modules -type f | perl -ne 'print $1 if m/\.([^.\/]+)$/' | sort -u
5.0.0

5 years ago

3.3.1

5 years ago

3.3.0

5 years ago

3.2.0

5 years ago

3.1.0

5 years ago

3.0.7

5 years ago

3.0.6

5 years ago

3.0.5

5 years ago

3.0.4

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.2.0

5 years ago

2.1.0

5 years ago

2.0.9

5 years ago

2.0.6

5 years ago

2.0.5

5 years ago

2.0.4

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.0.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago

0.0.3

5 years ago