Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

darcher-figo/documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Name of the project IPG

Additional information or tag line

A brief description of your project, what it is used for.

Table of Contents

DOCUMENTATION

Code of Conduct

Code Reviewers
Help Contribute
Dev Guidelines
License Details


Getting Started

A quick introduction of the minimal setup you need to get a hello world up & running.

commands here

You should say what actually happens when you execute the code above.

Installation

Include steps to install any prerequisits

🔝

Configuration

Below is a configuration check to ensure each expected variable is defined and passed as a configuration export.

Artifactory

Include configurations to pull packages from a private Artifactory if avaliable

Environment variables

Include environment variables that aren't included in project (or where to find them)

🔝

Developing

Built With

List main libraries, frameworks used including versions (React, Angular etc...)

Prerequisites

What is needed to set up the dev environment. For instance, global dependencies or any other tools. include download links.

Setting up Dev

Here's a brief intro about what a developer must do in order to start developing the project further:

git clone https://github.com/your/your-project.git
cd your-project/
packagemanager install

State what happens step-by-step. If there is any virtual environment, local server or database feeder needed, explain here.

🔝

Maintinence

Provide details on avaliable tools for maintaining project

Testing

Describe and show how to run the tests with code examples. Explain what these tests test and why.

Give an example

Building

If your project needs some additional steps for the developer to build the project after some code changes, state them here. for example:

./configure
make
make install

State what actually happens when the code above gets executed.

🔝

Versioning

Explain the versioning process and any type of automation this entails

Deploying / Publishing

give instructions on how to build and release a new version In case there's some step you have to take that publishes this project to a server, this is the right time to state it.

packagemanager deploy your-project -s server.com -u username -p password

Tell what the previous code actually does.


DOCS   Code of ConductCode ReviewersHelp ContributeDev GuidelinesLicense Details


IPG