c2-account
v1.0.5
Published
Biblioteca de funções
Downloads
214
Readme
Lib typescript
Biblioteca com funções utilitárias para aplicações Typescript
Configurations
- Install node. Below install in Linux OS
# Download and install nvm:
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash
# in lieu of restarting the shell
\. "$HOME/.nvm/nvm.sh"
# Download and install Node.js:
nvm install 22
# Verify the Node.js version:
node -v # Should print "v22.16.0".
nvm current # Should print "v22.16.0".
# Verify npm version:
npm -v # Should print "10.9.2".
- Install yarn
npm install --global yarnLogin to npm
npm login
[put your data of user, password, email]Build command
yarn buildPublish command
yarn [publish-patch/publish-minor/publish-major] -m 'message to publish'- The version number is showed on log of command publish
