0.0.0 • Published 2 years ago

@coollu/cool-ui v0.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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.

  1. On the command line, navigate to the root directory of your package.

    cd /path/to/package
  2. To publish your scoped public package to the npm registry, run:

    npm publish --access public
  3. 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.