Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# CodeChain Config Generator


See demo at: [CodeChain Config Generator](ADD_LINK)

## Development

To update the list of fields, run `npm run generate-data`. This will parse the command-line options and configuration fields [from the parity repo](https://github.com/paritytech/parity/blob/master/parity/cli/mod.rs), apply the manual overwrites and extra information of `src/data.extra.json` and save the result into `src/data.compiled.json`, which is the file used by Parity Config Generator.
Taken from [Parity's config generator code](https://github.com/paritytech/parity-config-generator).
49 changes: 0 additions & 49 deletions docs/docTemplate.js

This file was deleted.

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "parity-config-generator",
"name": "codechain-config-generator",
"version": "0.1.0",
"private": true,
"homepage": "http://paritytech.github.io/parity-config-generator",
"homepage": "AddPage",
"devDependencies": {
"babel-eslint": "^7.1.1",
"react-scripts": "0.4.3",
Expand All @@ -27,9 +27,7 @@
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "semistandard --verbose | snazzy",
"lint-fix": "semistandard --fix --verbose | snazzy",
"generate-data": "node scripts/generate-config-data.js",
"generate-docs": "node scripts/generate-config-docs.js"
"lint-fix": "semistandard --fix --verbose | snazzy"
},
"semistandard": {
"parser": "babel-eslint"
Expand Down
Loading