0.0.0 • Published 4 years ago
@coollu/cool-ui v0.0.0
Init
npm init --scope=@coolluPublic
By default, scoped packages are published with private visibility. To publish a scoped package with public visibility, use npm publish --access public.
On the command line, navigate to the root directory of your package.
cd /path/to/packageTo publish your scoped public package to the npm registry, run:
npm publish --access publicTo see your public package page, visit https://npmjs.com/package/package-name, replacing package-name with the name of your package. Public packages will say
publicbelow the package name on the npm website.<>{shared'organization-package-public'.image}</>
For more information on the publish command, see the CLI documentation.
0.0.0
4 years ago