Skip to content

eocode/RandomNames-NPMPackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-names

This is a simple package to generate random names by the course of platzi

Install

npm i random-messages-eocode-platzi

Usage

random-names

NPM documentation

Simulate install

npm i react --dry-run

Force install

npm i -D webpack

Install a version

Packages

npm list

Update packages

npm outdate
npm outdate --dd
npm update

Update a package

npm install json-server@latest

Delete a package

package.json
npm uninstall json-server
npm uninstall webpack --no-save

About version packages

"moment": "^2.24.0"
2 => Major:
breaking change
24 => Minor (caret ^):
backwards compatible functionality.
old functionality deprecated, but operational.
large internal refactor
0 => Patch (tilde ~):

Bug fixes

npm run build --dd
npm audit
npm audit --json

npm update eslint-utils --depth 2
npm audit fix

How to publish in npm

npm adduser
npm publish

Contributing

If someone wants to add or improve something, I invite you to collaborate directly in this repository: randon-names

License

MIT License.

Keywords

Javascript, NPM, Package

Releases

No releases published

Packages

No packages published