@coollu/cool-ui
v0.0.0
Published
an ui library for application on PC Web
Downloads
1
Maintainers
Readme
Init
npm init --scope=@coollu
Public
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/package
To publish your scoped public package to the npm registry, run:
npm publish --access public
To 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
public
below the package name on the npm website.<>{shared['organization-package-public'].image}</>
For more information on the publish
command, see the [CLI documentation][cli-publish].