https://github.com/achapkowski/cookiecutter-arcgis-extension
A cookiecutter template for creating ArcGIS API for Python extensions.
https://github.com/achapkowski/cookiecutter-arcgis-extension
Last synced: 11 months ago
JSON representation
A cookiecutter template for creating ArcGIS API for Python extensions.
- Host: GitHub
- URL: https://github.com/achapkowski/cookiecutter-arcgis-extension
- Owner: achapkowski
- License: apache-2.0
- Created: 2021-04-27T17:15:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-27T17:19:22.000Z (about 5 years ago)
- Last Synced: 2025-03-13T01:30:04.160Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ArcGIS API for Python Extension CookieCutter Project
## cookiecutter-arcgis-extension
A cookiecutter template for creating ArcGIS API for Python extensions.
Usage
-----
Install `cookiecutter`_:
pip install cookiecutter
Generate a Python package project:
cookiecutter https://github.com/achapkowski/cookiecutter-arcgis-extension.git
Issues
------
Please feel free to leave feedback on the Github Issue page.