# Initialize

Create repository and clone

```bash
git clone git@gitlab.udecide.ch:alaa/common.git
cd node_gql_ts_advanced
git switch -c main
touch README.md
git add README.md
git commit -m "add README"
git push -u origin main
```

# npm publishing

Create organization
make package.json configuration
run the following commands:

```bash
tsc
npm verstion patch
npm publish --access=public
```

Install del-cli

```bash
npm i del-cli --save-dev
```
