Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vadimdemedes/npm-search
Electron app to search npm via node-modules.com
https://github.com/vadimdemedes/npm-search
Last synced: 9 days ago
JSON representation
Electron app to search npm via node-modules.com
- Host: GitHub
- URL: https://github.com/vadimdemedes/npm-search
- Owner: vadimdemedes
- License: mit
- Created: 2016-06-23T11:59:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-23T21:55:56.000Z (over 8 years ago)
- Last Synced: 2024-04-15T12:13:35.855Z (7 months ago)
- Language: JavaScript
- Size: 616 KB
- Stars: 94
- Watchers: 3
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# npm-search
> Search npm via node-modules.com
![](screenshot.png)
## Dev
```
$ npm install
```### Run
```
$ npm start
```### Build
```
$ npm run build
```Builds the app for OS X, Linux, and Windows, using [electron-packager](https://github.com/electron-userland/electron-packager).
## License
MIT © [vdemedes](https://github.com/vdemedes)