https://github.com/codekidx/osslib-web
Open source library screen JSON generator
https://github.com/codekidx/osslib-web
Last synced: 9 months ago
JSON representation
Open source library screen JSON generator
- Host: GitHub
- URL: https://github.com/codekidx/osslib-web
- Owner: codekidX
- License: mit
- Created: 2019-03-17T14:51:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-21T16:17:58.000Z (10 months ago)
- Last Synced: 2025-10-06T15:44:59.328Z (9 months ago)
- Language: JavaScript
- Homepage: https://osslib.ashishshekar.com/
- Size: 1.39 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## osslib-web
[https://osslib.ashishshekar.com](https://osslib.ashishshekar.com)
This project makes it easy to list and maintain parent dependancies for any type of project and consume it at your will and export it as JSON. It is made to have a clear view of my projects and also used for one of my [osslib-android](https://github.com/codekidX/osslib-android) library and will be used in upcoming projects as well.
> **NOTE**
>
> - Currently supports only github repositories because of it's open API nature.
> - All data is stored on your local storage, and does not have any cloud storage system. Any such feature will be added on-demand.
## Working
- **Go to** [osslib-web](https://osslib.ashishshekar.com) website
- **Create** a new project
- **Add** a library path from github _(path is nothing but whatever comes after **https://github.com/**)_
- **Copy to clipboard** for consumption in any of your projects.
## Running project and contributing
This website is made using **create-react-app** basic template.
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Look at `package.json` for more scripts and it's working.