0.0.36 • Published 4 months ago

chromane-utils v0.0.36

Weekly downloads
-
License
-
Repository
github
Last release
4 months ago

Steps to Add utils as a Submodule to your project:

  1. Navigate to Your Repository:

Open your terminal and navigate to the root directory of your repository.

cd /path/to/your/repository
  1. Add the Submodule: Use the git submodule add command followed by the repository URL and the path where you want it to appear.
git submodule add [repository_URL] [path/to/folder]

Example:

git submodule add https://github.com/chromane/chromane_utils ./src/libs/utils
  1. Commit the Changes: After adding the submodule, commit the changes to your repository.
git commit -m "Added other-repo as a submodule"
  1. Cloning a Repository with Submodules: When someone clones your repository, they need to initialize and update the submodules:
git clone [your_repository_URL]
git submodule update --init --recursive
0.0.36

4 months ago

0.0.35

5 months ago

0.0.30

5 months ago

0.0.31

5 months ago

0.0.32

5 months ago

0.0.33

5 months ago

0.0.34

5 months ago

0.0.27

5 months ago

0.0.28

5 months ago

0.0.29

5 months ago

0.0.26

6 months ago

0.0.20

6 months ago

0.0.21

6 months ago

0.0.22

6 months ago

0.0.23

6 months ago

0.0.24

6 months ago

0.0.25

6 months ago

0.0.17

6 months ago

0.0.18

6 months ago

0.0.19

6 months ago

0.0.16

6 months ago

0.0.15

6 months ago

0.0.14

6 months ago

0.0.13

6 months ago

0.0.12

6 months ago

0.0.11

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago