1.0.2 • Published 7 months ago

@neoware/neozipkit v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

NeoZipKit-NPM

A Node.js wrapper for NeoZipKit, providing easy access to NeoZipKit functionality in your Node.js applications.

Installation

npm install @neoware/neozipkit

Usage

const NeoZipKit = require("@neoware/neozipkit");

// Your code here

Features

  • Node.js wrapper for NeoZipKit functionality
  • Easy integration with Node.js applications
  • TypeScript support (coming soon)

Development

This package is part of the Neoware NPM organization. For development and contribution guidelines, please contact the maintainers.

Publishing

To publish this package, you'll need to:

  1. Add the following to your .npmrc file:
@neoware:registry=https://registry.npmjs.org/
  1. Log in to npm:
npm login
  1. Publish the package:
npm publish --access public

Note: Make sure you have the necessary permissions to publish to the @neoware scope.

Notes

  • The current package.json is configured to publish to the Neoware NPM organization
  • Source files are required for the package to function properly
  • Next.js specific dependencies will be removed before final publication
  • Proper TypeScript types will be added before final publication

License

License information to be added

Support

For support and questions, please contact the maintainers.

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago