Skip to content

yoloforks/npm-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A file explorer for NPM. Visit npm-explorer.tk.

The main purpose of this service is to improve quality of NPM packages, primarily because many people publish a lot of unnecessary files to NPM (like CI configs, tests, build tools or even whole repositories). This service helps to see what files does NPM package include along with some other metrics regarding to the package quality.

You can easily hotlink packages, individual files and even selected line numbers, for example:

https://zitros.github.io/npm-explorer/?p=lodash/LICENSE

Preview

Import files from Lodash carefully!

2017-10-29

Development

Anyone is welcome to contribute to the project. The project hosted at npm-explorer.tk is located in the docs directory of this repository. To build this project from sources (src directory), run the following:

yarn build

or

yarn dev

For non-minified (development) build with sourcemaps.

License

MIT © Nikita Savchenko

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.7%
  • JavaScript 35.4%
  • SCSS 15.9%