Skip to content

WormBase/dev-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WormBase Developer configuration

This repository is the place to share coding environment settings for the WormBase project.

In general, we will strive to adhere to the most popular coding style of a language we use to avoid having to create and maintain our own per-language coding style guide(s).

Prerequisites

  • GNU stow A Makefile is provided for convenience to setup and maintain configuration files from this repository.
    By default, this will create symbolic links from this repository into in your $HOME directory, meaning that the settings will apply to all projects. This behaviour can be changed by setting the follow environment variable: $WB_DEV_CONFIG_HOME to a different path if you so wish (e.g On a per project basis). GNU stow is known by the package Name "stow" in most O/S package managers.

  • editorconfig Once you've added editorconfig support to your editor, you can use the files in this repository.

Install

Quick-start

# show what "make install" will do.
make preview-install
make install

Type make help to see the available commands.

About

Developer configuration files for WormBase devs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published