1- # <img src =" assets/app/images/aboutcode- logo.png " align =" center " alt =" AboutCode Manager " >
1+ # <img src =" assets/app/images/scancode-workbench- logo.png " align =" center " alt =" ScanCode Workbench " >
22
3- [ ![ Travis Build Status] ( https://travis-ci.org/nexB/aboutcode-manager .svg?branch=develop )] ( https://travis-ci.org/nexB/aboutcode-manager )
4- [ ![ AppVeyor Build Status] ( https://ci.appveyor.com/api/projects/status/github/nexB/aboutcode-manager )] ( https://ci.appveyor.com/project/nexB/aboutcode-manager )
3+ [ ![ Travis Build Status] ( https://travis-ci.org/nexB/scancode-workbench .svg?branch=develop )] ( https://travis-ci.org/nexB/scancode-workbench )
4+ [ ![ AppVeyor Build Status] ( https://ci.appveyor.com/api/projects/status/github/nexB/scancode-workbench )] ( https://ci.appveyor.com/project/nexB/scancode-workbench )
55
6- AboutCode Manager provides an advanced visual UI to help you quickly evaluate
6+ ScanCode Workbench provides an advanced visual UI to help you quickly evaluate
77license and other notices identified by
88[ ScanCode] ( https://github.com/nexB/scancode-toolkit/ ) and record your conclusion
99about the effective license(s) for a component.
1010[ ScanCode] ( https://github.com/nexB/scancode-toolkit/ ) detects licenses, copyrights
11- and other interesting information in your code. AboutCode Manager allows you to take the
11+ and other interesting information in your code. ScanCode Workbench allows you to take the
1212scan results from ScanCode and create conclusions. By creating these conclusions
1313within your codebase, you are creating a software inventory of your product.
1414The conclusions (Concluded License, Concluded Owner, etc.) you make when
1515creating your conclusion can be exported as a JSON file or saved as SQLite file.
1616
17- AboutCode Manager is based on
17+ ScanCode Workbench is based on
1818[ Electron] ( https://electron.atom.io/ ) and will be the primary desktop/GUI tool
1919for using nexB’s [ AboutCode tools] ( https://github.com/nexB/aboutcode ) . This app
2020works on Windows, OS X and Linux operating systems.
2121
22- ![ AboutCode Manager ] ( https://github.com/nexB/aboutcode-manager /wiki/aboutcode-manager -chart-summary.gif )
22+ ![ ScanCode Workbench ] ( https://github.com/nexB/scancode-workbench /wiki/scancode-workbench -chart-summary.gif )
2323
2424## Using
2525
26- * You can [ download the latest release] ( https://github.com/nexB/aboutcode-manager /releases )
26+ * You can [ download the latest release] ( https://github.com/nexB/scancode-workbench /releases )
2727for your operating system or build it yourself (see below). Once downloaded, you
28- can find ` AboutCode-Manager ` under ` dist/AboutCode-Manager -<os>-x64-<version> ` .
29- * AboutCode Manager >= v2 is only compatible with scans from
28+ can find ` ScanCode-Workbench ` under ` dist/ScanCode-Workbench -<os>-x64-<version> ` .
29+ * ScanCode Workbench >= v2 is only compatible with scans from
3030[ ScanCode v2.0.0] ( https://github.com/nexB/scancode-toolkit/releases ) and
3131above which are run with the ScanCode ` -i ` option. For a list of available ScanCode
3232options see [ How To: Set what will be detected in a scan] ( https://github.com/nexB/scancode-toolkit/wiki/How-To:-Set-what-will-be-detected-in-a-scan )
@@ -36,28 +36,28 @@ options see [How To: Set what will be detected in a scan](https://github.com/nex
3636```
3737
3838* We have provided a set of sample scans that you can quickly review in
39- AboutCode Manager in order to get a sense of its functionality and the types of
39+ ScanCode Workbench in order to get a sense of its functionality and the types of
4040information captured by a scan. The samples are located at
41- [ https://github.com/nexB/aboutcode-manager /tree/develop/samples ] ( https://github.com/nexB/aboutcode-manager /tree/develop/samples ) .
41+ [ https://github.com/nexB/scancode-workbench /tree/develop/samples ] ( https://github.com/nexB/scancode-workbench /tree/develop/samples ) .
4242* Import a ScanCode JSON file, and see what components are in your software! See
43- the [ wiki] ( https://github.com/nexB/aboutcode-manager /wiki#tutorials ) for more
44- documentation on how to use AboutCode Manager .
43+ the [ wiki] ( https://github.com/nexB/scancode-workbench /wiki#tutorials ) for more
44+ documentation on how to use ScanCode Workbench .
4545
46- ![ Import a JSON file] ( https://github.com/nexB/aboutcode-manager /wiki/import-json-file.gif )
46+ ![ Import a JSON file] ( https://github.com/nexB/scancode-workbench /wiki/import-json-file.gif )
4747
4848## Building
4949
5050You'll need [ Node.js] ( https://nodejs.org ) (which comes with [ npm] ( http://npmjs.com ) )
5151installed on your computer in order to build this app. For a list of platform
52- specific requirements, see the Building section of the [ wiki] ( https://github.com/nexB/aboutcode-manager /wiki/Building ) .
52+ specific requirements, see the Building section of the [ wiki] ( https://github.com/nexB/scancode-workbench /wiki/Building ) .
5353Then, from your command line:
5454
5555``` bash
5656# Clone this repository
57- git clone https://github.com/nexB/aboutcode-manager .git
57+ git clone https://github.com/nexB/scancode-workbench .git
5858
5959# Go into the repository
60- cd aboutcode-manager
60+ cd scancode-workbench
6161
6262# Install dependencies and run the app
6363npm install
@@ -81,8 +81,8 @@ target platforms by running:
8181$ python build.py
8282```
8383
84- After building is done, you can find ` AboutCode-Manager ` under
85- ` dist/AboutCode-Manager -<os>-x64-<version> ` . Archives (tar.gz and .zip) are
84+ After building is done, you can find ` ScanCode-Workbench ` under
85+ ` dist/ScanCode-Workbench -<os>-x64-<version> ` . Archives (tar.gz and .zip) are
8686also built.
8787
8888Note: A build for any of the three target platforms must be executed on the
0 commit comments