2016-02-10 20:08:26 +00:00
|
|
|
SFDashC
|
|
|
|
=======
|
|
|
|
|
|
|
|
SFDashC is a go application for downloading and constructing Dash docsets from the Salesforce online documentation
|
|
|
|
|
|
|
|
Everything is wrapped with a Makefile and can be completely built by simply executing:
|
|
|
|
|
|
|
|
make
|
|
|
|
|
|
|
|
That's it!
|
|
|
|
|
2018-01-06 06:05:24 +00:00
|
|
|
It will generate 3 docsets: Salesforce Apex, Salesforce Visualforce, and Salesforce Lightning
|
2016-02-10 20:08:26 +00:00
|
|
|
|
|
|
|
Dependencies
|
|
|
|
------------
|
|
|
|
|
2018-01-06 06:05:24 +00:00
|
|
|
All dependencies are being managed by [dep](https://github.com/golang/dep). Dep must be installed for the vendor folder to be built.
|
2016-07-27 01:38:37 +00:00
|
|
|
|
2018-01-06 06:05:24 +00:00
|
|
|
To Do
|
|
|
|
-----
|
|
|
|
|
|
|
|
- [ ] Now that new `ForceCascadeType` is available, some of the entries in `./SFDashC/supportedtypes.go` can be simplified
|