### Define Project License Source: https://alchemists.io/projects/rubysmith Configures the project license by specifying the label, internal name, and version. Examples provided for Apache, Fair Source, Hippocratic, and MIT licenses. ```yaml license: label: "Apache" name: "apache" version: "2.0" license: label: "Fair Source" name: "fair" version: "FSL-1.1-Apache-2.0" license: label: "Hippocratic" name: "hippocratic" version: "2.1" license: label: "MIT" name: "mit" version: "" ``` -------------------------------- ### Development and Testing Commands Source: https://alchemists.io/projects/rubysmith Standard commands for cloning the repository, setting up the environment, accessing the interactive console, and running the test suite. ```bash git clone https://github.com/bkuhlmann/rubysmith cd rubysmith bin/setup bin/console bin/rake ``` -------------------------------- ### Configure Repository Settings Source: https://alchemists.io/projects/rubysmith Sets the repository handle and base URI used for template, funding, and documentation link construction. ```yaml repository: handle: undefined uri: https://github.com ``` -------------------------------- ### Configure Author Metadata Source: https://alchemists.io/projects/rubysmith Defines the author's contact information and URI for project documentation generation. The system can automatically pull name and email from Git if left unspecified. ```yaml author: email: jsmith@example.com family_name: Smith given_name: Jill author_uri: # Requires being supplied. ``` -------------------------------- ### Configure Organization Metadata Source: https://alchemists.io/projects/rubysmith Defines organization-level information such as the label and URI, which applies to all projects within the organization. ```yaml organization: label: ACME uri: https://acme.io ``` -------------------------------- ### Configure ORCID Citation Source: https://alchemists.io/projects/rubysmith Sets up research community citation details including affiliation, custom messages, and ORCID identifiers. Defaults are provided if fields are omitted. ```yaml citation: affiliation: # Defaults to organization label (see above). message: # Defaults to supplied message (see above). orcid: # Defaults to https://orcid.org/ when no ID is supplied. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.