To create a scoped modulelike'@myzendap' use the below cmd
npm init -y --scope=@my-org-name
Go to npmjs.com and signin
add organization - e.g. myzendap
thento access the scoped packages, we need to publish byusing the below cmd
npm publish --access public