https://github.com/scolladon/sfdc-template
CI project template
https://github.com/scolladon/sfdc-template
backbone sfdc template
Last synced: 4 months ago
JSON representation
CI project template
- Host: GitHub
- URL: https://github.com/scolladon/sfdc-template
- Owner: scolladon
- Created: 2017-11-15T15:50:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-15T16:05:09.000Z (over 8 years ago)
- Last Synced: 2025-02-03T15:55:47.751Z (over 1 year ago)
- Topics: backbone, sfdc, template
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sfdc-template
CI project template
This repository purpose is to centralized a project template/squeleton/backbone
It contains only the master branch.
You can create your own gitflow on it.
### Installing
```
$ cd /your/workspace
$ git clone --recursive git@github.com:scolladon/sfdc-template.git new-sfdc-project
$ cd new-sfdc-project
$ git remote remove origin
$ git remote add origin
# Then
$ cd build
$ npm install
```
## Built With
* [sfdc-ci-toolkit](https://github.com/scolladon/sfdc-ci-toolkit) - CI Scripts for Salesforce projects.
## Versioning
[SemVer](http://semver.org/) is used for versioning.
## Authors
* **Sebastien Colladon** - *Initial work* - [scolladon](https://github.com/scolladon)