Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added cli and generateManifest feature #42

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

wallaroo
Copy link

hi! i've added a very simple cli to use this package as devDependency and add some npm scripts like:

  "scripts": {
    "mvn-install": "jsmvn install -c ./mvnconfig.json",
    "mvn-deploy": "jsmvn deploy spent_snapshot -s",

    "prepare": "npm run build",
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  }

@coveralls
Copy link

coveralls commented Dec 22, 2017

Coverage Status

Coverage increased (+0.1%) to 98.16% when pulling 55b967a on wallaroo:master into 28c6979 on finn-no:master.

added a flag to config that triggers the generation of a META-INF/MANIFEST.MF file with standard fields
@wallaroo wallaroo changed the title added cli for use as devDependency and add npm scripts to handle depl… added cli and generateManifest feature Jan 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants