Use of this software is subject to important terms and conditions as set forth in the License file
This repo contains various scaffolds to help developers build apps for Zendesk products.
- Clone or fork this repo
- Change (
cd
) into theapp_scaffold
directory - Run
yarn install
You can use either yarn
or npm
as package manager and run the scripts with the corresponding commands.
To run your app locally in Zendesk, you need the latest Zendesk Command Line Interface (ZCLI).
Refer to readmes in each package for more detailed instructions.
- Put up a PR into the master branch.
- CC and get a +1 from @zendesk/vegemite.
Submit Issues via GitHub or email support@zendesk.com.
Links to maintaining team, confluence pages, Datadog dashboard, Kibana logs, etc
- https://developer.zendesk.com/
- https://github.com/zendesk/zendesk_apps_tools
- https://webpack.github.io
Copyright 2018 Zendesk
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.