0.0.3-27 • Published 4 years ago

@lukeshay/lspm v0.0.3-27

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Luke Shay Package Manager

Introducion

npm version

This program is a CLI tool that can be used to manage your NPM package. There are a few useful commands that make the creation of a changelog and version handling substantially easier than the standard way of doing it. This document will describe the commands and how they can be used. Please note, any version with -n where n is a number is a nightly build which is considered experiemental. Therefore those builds may have bugs and we do not recommend using them unless you have a reason to.

Commands

version

This command is used the same as npm version, but with a couple extra flags.

Usage

lspm version < --major | --minor | --patch | --premajor | --preminor | --prepatch | --prerelease | --nightly | --custom 'x.x.x' >

Flags

FlagDescriptionExample
--majorBumps the major version found in package.jsonv0.0.1 -> v1.0.0
--minorBumps the minor version found in package.jsonv0.0.1 -> v0.1.0
--patchBumps the patch version found in package.jsonv0.0.1 -> v0.0.2
--premajorBumps the major version found in package.json and adds pre-release versionv0.0.1 -> v1.0.0-0
--preminorBumps the minor version found in package.json and adds pre-release versionv0.0.1 -> v0.1.0-0
--prepatchBumps the patch version found in package.json and adds pre-release versionv0.0.1 -> v0.0.2-0
--nightlyBumps the pre-release version if there is one found in package.json or does a pre-patch version bumpv0.0.1 -> v0.0.2-0 | v0.0.1-0 -> v0.0.1-1
--customSets the version in package.json to what you passed in
0.0.3-27

4 years ago

0.0.3-28

4 years ago

0.0.3-26

4 years ago

0.0.3-25

4 years ago

0.0.3-24

4 years ago

0.0.3-23

4 years ago

0.0.3-22

4 years ago

0.0.3-21

4 years ago

0.0.3-20

4 years ago

0.0.3-19

4 years ago

0.0.3-18

4 years ago

0.0.3-17

4 years ago

0.0.3-16

4 years ago

0.0.3-15

4 years ago

0.0.3-14

4 years ago

0.0.3-13

4 years ago

0.0.3-12

4 years ago

0.0.3-11

4 years ago

0.0.3-10

4 years ago

0.0.3-9

4 years ago

0.0.3-8

4 years ago

0.0.3-7

4 years ago

0.0.3-6

4 years ago

0.0.3-5

4 years ago

0.0.3-4

4 years ago

0.0.3-3

4 years ago

0.0.3-2

4 years ago

0.0.3-1

4 years ago

0.0.2-2

4 years ago

0.0.3-0

4 years ago

0.0.2

4 years ago

0.0.2-0

4 years ago

0.0.1

4 years ago