npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

grunt-bump-nexus

v0.0.1-2

Published

A grunt plugin to bump the deploy version in your nexus deployment file(s)

Downloads

6

Readme

grunt-bump-nexus - version 0.0.1-2

Built with Grunt Build Status Dependency Status NPM version

A grunt plugin to bump the deploy version in your nexus deployment file(s)

##Table of Contents

Getting started

Install this grunt plugin next to your project's Gruntfile.js with:

npm install grunt-bump-nexus --save-dev

To remove it:

npm uninstall grunt-bump-nexus --save-dev

Then add this line to your project's Gruntfile.js:

grunt.loadNpmTasks('grunt-bump-nexus');

API

Add something like this in your gruntfile:

bumpnexus : {
  options : {
    files : [
      'test/inc/test_before.txt'
    ],
    backup : true,
    project : 'projectx',
    version_identifier : 'resource.maven.war.version'
  }
},

Options

files Required

Type: Array

backup

Type: Boolean Default: true

project Required

Type : String

version_identifier Required

Type : String


Documentation

The client code is ment to be self documented. Feel free to browse the code.

Development

Getting started

Download and install the module

$ mkdir grunt-bump-nexus
$ cd grunt-bump-nexus
$ git clone [email protected]:phun-ky/grunt-bump-nexus.git .
$ git-flow init
$ npm install
$ grunt

And happy coding!

Deployment

Run

grunt build-patch

This action will update the bump the package.json version, update the changelog and rebuild the readme.

Then

git commit -am "<commit message>"
..
git push && git push --tags

And you're done!

Howto

How to update this readme

If you wish to update this README, edit the relevant .md-files in the docs directory of the webroot and do:

grunt readme

This will update the README.

Contributing

Found a bug? Have a feature request? Please create an issue.

Code-contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality.

If you runt grunt, tests will be run automagically when you save a file. If you want to run tests manually use:

grunt test

Release history

DATE VERSION CHANGES

  • 2014-10-07 b14306d Merge branch 'develop'
  • 2014-10-07 ceb7494 Updated readme and gruntfile
  • 2014-10-07 8c65058 Merge branch 'hotfix/0.0.1-1' into develop
  • 2014-10-07 44f6929 Merge branch 'hotfix/0.0.1-1'
  • 2014-10-07 a0a989a Fixed bump
  • 2014-10-07 0bfea98 Merge branch 'release/0.0.1' into develop
  • 2014-10-07 f0235f4 Merge branch 'release/0.0.1'
  • 2014-10-07 3eadb8b Initial build before first release
  • 2014-10-07 fef335c Added files and tasks
  • 2014-10-07 8e1db9d Added bak files
  • 2014-10-07 c8f0702 Initial commit

License and Copyright

Copyright (c) 2014 Alexander Vassbotn Røyne-Helgesen, contributors.
Released under the , licenses


README generated 2014-10-07