1.0.14 • Published 1 year ago

@udecide/common v1.0.14

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
1 year ago

Initialize

Create repository and clone

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:

tsc
npm verstion patch
npm publish --access=public

Install del-cli

npm i del-cli --save-dev