0.2.1 • Published 7 years ago

generator-concourse-resource v0.2.1

Weekly downloads
4
License
Apache-2.0
Repository
github
Last release
7 years ago

generator-concourse-resource

Build Status npm

Yeoman generator to provide the scaffolding for a new Concourse CI resource.

Supports development of resources in Python or Shell languages.

Installation

Install generator-concourse-resource with npm:

npm i generator-concourse-resource

Usage

You can use this generator with yo with ease. In the directory you wish to create your resource run the following command:

yo concourse-resource

Answer the questions asked by the generator, these answers will be injected into various files that will be created in your directory.

For guidance on how to write your check, in and out scripts, see implementing resources on the Concourse docs.

Options

  • --skip-welcome - Skips welcome greeting before displaying options.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b feature/new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin feature/new-feature
  5. Submit a pull request.

See CONTRIBUTING for more information.

Credits

Contributors to the project will be listed here unless otherwise specified.

  • elementsweb (lead developer)

License

Copyright 2017 elementsweb

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

0.2.1

7 years ago

0.2.0

7 years ago

0.1.3

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago