0.0.3-27 • Published 5 years ago

@lukeshay/lspm v0.0.3-27

Weekly downloads
-
License
MIT
Repository
github
Last release
5 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

5 years ago

0.0.3-28

5 years ago

0.0.3-26

5 years ago

0.0.3-25

5 years ago

0.0.3-24

5 years ago

0.0.3-23

5 years ago

0.0.3-22

5 years ago

0.0.3-21

5 years ago

0.0.3-20

5 years ago

0.0.3-19

5 years ago

0.0.3-18

5 years ago

0.0.3-17

5 years ago

0.0.3-16

5 years ago

0.0.3-15

5 years ago

0.0.3-14

5 years ago

0.0.3-13

5 years ago

0.0.3-12

5 years ago

0.0.3-11

5 years ago

0.0.3-10

5 years ago

0.0.3-9

5 years ago

0.0.3-8

5 years ago

0.0.3-7

5 years ago

0.0.3-6

5 years ago

0.0.3-5

5 years ago

0.0.3-4

5 years ago

0.0.3-3

5 years ago

0.0.3-2

5 years ago

0.0.3-1

5 years ago

0.0.2-2

5 years ago

0.0.3-0

5 years ago

0.0.2

5 years ago

0.0.2-0

5 years ago

0.0.1

5 years ago