tutors-publish-npm
v4.1.3
Published
A command line application for publishing to npm
Downloads
43
Readme
Tutors NPM Publisher
Command-line tool for publishing Tutors packages to NPM registry. This tool is part of the Tutors toolkit and handles the NPM package management aspects of the platform.
Installation
npm install -g tutors-publish-npmFeatures
- Automated NPM package publishing
- Version management
- Package dependency handling
- Distribution file generation
- TypeScript compilation support
Usage
tutors-publish-npmThe tool will:
- Build the TypeScript source
- Generate distribution files
- Update package versions as needed
- Publish to NPM registry
Development
- Clone the repository
- Install dependencies:
npm install - Build the project:
npm run build - Run in development:
npm run dev
Package Structure
src/: TypeScript source filesdist/: Compiled JavaScript outputpackage.json: NPM package configurationtsconfig.json: TypeScript configuration
License
ISC
This tool is part of the Tutors Platform, an open learning web toolkit.
