@msolorio_org/package_0
TypeScript icon, indicating that this package has built-in type declarations

1.5.0 • Public • Published

@msolorio_org/package_0

A public organization scoped package hosted on the npm registry.

Steps for publishing to npm registry

Setup

  • Set as a git repository and add a git remote
  • Create an npm package scoped to the organization
    • npm init --scope=@my-org
  • Create a README.md for package
  • "type": "modules" should be set in package.json if using ES6 modules
  • set the main entry point for package
  • Compile typescript code if needed. Packages are generally accessed through compiled javascript code.
  • Create a .npmignore file to exclude src, node_modules, git, ts, etc. from the npm package when it is published.
  • npm install
  • npm run build to compile if needed

Test

  • Test your package by installing it into another project with the full path to your package
    • npm install <path/to/package>

Publish

Push code to source control first.

By default npm packages are published with private access

publish with public access

  • npm publish --access public

Readme

Keywords

none

Package Sidebar

Install

npm i @msolorio_org/package_0

Weekly Downloads

2

Version

1.5.0

License

MIT

Unpacked Size

2.21 kB

Total Files

6

Last publish

Collaborators

  • msolorio