An open API service indexing awesome lists of open source software.

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

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)