Skip to content

NaturalHistoryMuseum/cookiecutter-ckanext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a template for NHM CKAN extensions.

Requirements

Other relevant tools:

Usage

To create a new extension using this template:

  1. git clone this repo somewhere sensible (e.g. ~/.biscuits)
  2. cd to the directory you'd like to make the new extension in (e.g. /path/to/ckan/src/)
  3. cookiecutter ~/.biscuits/cookiecutter-ckanext

You might also be able to use cookiecutter gh:NaturalHistoryMuseum/cookiecutter-ckanext (without having to clone anything).

Once created, init the git repo and install the pre-commit hooks:

git init
pre-commit install

To run all the pre-commit hooks manually:

pre-commit run --all-files

To make a commit:

git add .  # or whatever
cz c

Other steps

Don't forget to add the secrets: PERSONAL_ACCESS_TOKEN (create one here) and COVERALLS_REPO_TOKEN (get it from the individual coveralls repo page - here's all the NHM repos).

Releases

No releases published

Packages

No packages published