Skip to content

Instantly share code, notes, and snippets.

@jprivet-dev
Last active March 25, 2024 09:33
Show Gist options
  • Save jprivet-dev/c4ab3272506a4e1eb05dd11dcb117eaf to your computer and use it in GitHub Desktop.
Save jprivet-dev/c4ab3272506a4e1eb05dd11dcb117eaf to your computer and use it in GitHub Desktop.
README.adoc for GitHub project (startup Asciidoctor template)

My Project

1. Presentation

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

📎
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

2. Prerequisites

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

3. Installation

  1. $ git clone git@github.com:username/project.git.

  2. $ cd project.

  3. $ make start (Build fresh images & Up).

  4. Open your browser on http://localhost:4200/.

📎
Use $ make to see all available commands.

5. Comments, suggestions?

Feel free to make comments/suggestions to me in the Git issues section.

6. License

"My Project" is released under the MIT License.


My Project

Presentation

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

📎
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Prerequisites

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

Installation

1. Clone the project

git clone git@github.com:username/project.git

2. Go in the folder project

cd project

3. Start the project

make start

4. Open the project in you browser

All in one line

git clone git@github.com:username/project.git\
cd project\
make start
📎
Use $ make to see all available commands.

Comments, suggestions?

Feel free to make comments/suggestions to me in the Git issues section.

License

"My Project" is released under the MIT License.

My project

Project release Angular release PHP release Symfony release Open in StackBlitz

Presentation

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.

In this file, replace __GIT_USERNAME__ and __GIT_PROJECT__ with the good values, and remove this block.

Prerequisites

Be sure to install the latest version of:

Installation

The very first cloning of the project

1 - Clone the project

git clone git@github.com:__GIT_USERNAME__/__GIT_PROJECT__.git

2 - Go in the folder project

cd __GIT_PROJECT__

3 - Launch the project

make start

All in one command

git clone git@github.com:__GIT_USERNAME__/__GIT_PROJECT__.git;\
cd __GIT_PROJECT__;\
make start

The following times

1 - Launch the project

make start

3 - Stop the project

make stop

Open the project in StackBlitz

Go on https://stackblitz.com/github/__GIT_USERNAME__/__GIT_PROJECT__/

Essential commands

make

Semantic versioning

v[MAJOR].[MINOR].[PATCH]

See https://semver.org/

Resources

Comments, suggestions?

Feel free to make comments/suggestions to me in the Git issues section.

License

This project is released under the MIT License.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment