0.11.0 • Published 2 months ago

generator-bitbucket-pipe v0.11.0

Weekly downloads
8
License
Apache-2.0
Repository
-
Last release
2 months ago

generator-bitbucket-pipe NPM version

This generator generates the scaffolding needed to create a pipe in Bitbucket Pipelines. It allows to create skeleton for your first pipe in Python or Bash script language.

In generators/app path you will find Javascript code that generates files locally according to the given generators/app/templates. Every variable that can be identified as <%= variable %> is defined in YAML files called demo-pipe-$PIPE_LANGUAGE-config.yml (example: demo-pipe-bash-config.yml, demo-pipe-python-config.yml). Feel free to modify those files according to your needs.

Installation

First, install Yeoman and generator-bitbucket-pipe using npm (we assume you have pre-installed node.js).

npm install -g yo generator-bitbucket-pipe

The generator scaffolds a project ready for development. Run the generator and fill out the fields:

yo bitbucket-pipe

Committing to

After installation this, you will need to commit created structure to the repository that is created beforehand.

git clone git@bitbucket.org:<workspace>/<pipe-created-repository>.git pipe-created-repository cd pipe-created-repository git checkout -b feature/your-new-pipe-feature git add . git commit -m "Initial Release" git push

NOTE: to have proper version bump process we recommend to follow our Contributing guide.

License

Copyright (c) 2020 Atlassian and others. Apache 2.0 licensed, see LICENSE file.

0.11.0

2 months ago

0.10.13

8 months ago

0.10.12

9 months ago

0.10.11

1 year ago

0.10.10

2 years ago

0.10.9

2 years ago

0.10.5

2 years ago

0.10.6

2 years ago

0.10.7

2 years ago

0.10.8

2 years ago

0.10.4

3 years ago

0.10.2

4 years ago

0.10.3

4 years ago

0.10.1

5 years ago

0.10.0

5 years ago

0.9.7

5 years ago

0.9.6

5 years ago

0.9.5

5 years ago

0.9.4

5 years ago

0.9.3

5 years ago

0.9.2

5 years ago

0.9.1

5 years ago

0.9.0

5 years ago

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.6

5 years ago

0.7.5

5 years ago

0.7.4

5 years ago

0.7.3

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.6.6

5 years ago

0.6.5

5 years ago

0.6.4

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago