Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javascript-packaging

This package provides a packaging capability for javascript code. The intention is to package javascript build output before pushing it to a maven artifact repository.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • npm install --save-dev javascript-packaging
  • Modify your package.json to include
"scripts": {
  "package": "package --name <name> --source-path <path> --output-path <path>"
}

Running / Development

  • npm run package

Building

No build is defined for this package.

Deploying

TBD

About

Handy script to npm package to bundle up javascript before pushing to a maven artifact repository

Resources

Stars

0 stars

Watchers

30 watching

Forks

Releases

Packages

Used by

Contributors

Languages