UNPKG

@udecide/common

Version:

Learn nodejs, graphql with Type Script

32 lines (24 loc) 449 B
# 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 ```