3.0.6 • Published 3 years ago

@iosio/quickie v3.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

@iosio/quickie

simple build, push and publish

A nice little script to run for npm hobbyists who want to type less.

Installation

npm install -g @iosio/quickie

Basic Usage

To quickly run your build, publish your package and push your code to git, run the following in the terminal:

quickie

The terminal will then guide you through the following prompts:

branch: (default: "origin master") Specify where to push and hit enter, if left blank then "origin master" will be used when the command executes later.

message for git commit: (default: ".") Specify the commit message and hit enter. If left blank then "." will be used.

add npm version bump: (default: "patch") Specify the version type and hit enter. Should be either patch, minor or major. patch will be used if a correct answer is not provided.

then sit back and let the script run your build, push your code and publish!

branch: (default: "origin master")
message for git commit: (default: ".")
add npm version bump: (default: "patch")
running build
build finished
git adding
git committed
v3.0.6
publishing to npm
published
pushing to git
done

License

MIT

3.0.4

3 years ago

3.0.3

3 years ago

1.1.0

3 years ago

3.0.2

3 years ago

1.0.0

3 years ago

3.0.1

3 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.0

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

2.0.0

3 years ago

0.0.6

3 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago