Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seangwright/json-generator-chrome-extension
https://github.com/seangwright/json-generator-chrome-extension
Last synced: about 9 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/seangwright/json-generator-chrome-extension
- Owner: seangwright
- License: mit
- Created: 2016-02-06T19:54:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-07T02:39:01.000Z (almost 9 years ago)
- Last Synced: 2025-02-04T13:11:39.920Z (1 day ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/json-generator/iodkcokapogboiihcjfiniacmfjefpcn?hl=en-US&gl=US
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Json Generator - Chrome Extension
This repository contains the code used to create the Json Generator Chrome extension
### Purpose
Manually filling out values for .json files can be time consuming due to not always knowing or remembering the accepted structure and fields and error prone due to typos.
By creating a format for defining the options and values for specific .json configuration files (ex. package.json, jsconfig.json, ...) this extension will be able to auto-genrate HTML forms that will allow a user to autopopulate the required .json file with the values entered into the form.
The generated .json is display next to the form where the values were entered.
### TODO
* Define .json->HTML form spec
* Host spec files for various .json config standards
* Wire up auto-form generation from spec
* Explore dynamic form generation (generating additional form fields while entering values)
* Add copy-to-clipboard functionality
* Add .json file download functionality### Building / Running locally
* npm i jspm -g
* npm i gulp -g
* npm i
* gulp build --dev
* turn on development mode on Chrome extensions page
* load /public directory as extension from file system