2.0.1 • Published 1 year ago

generator-screwdriver v2.0.1

Weekly downloads
4
License
BSD-3-Clause
Repository
github
Last release
1 year ago

generator-screwdriver

Version Downloads Build Status Open Issues License

Yeoman generator for building Screwdriver Node Modules

This Yeoman generator creates a new npm module pre-loaded with:

  • License
  • README with a variety of badges
  • CONTRIBUTING doc
  • JSCS and JSHint configs
  • Screwdriver config
  • package.json
  • Labels for Github issues and pull requests

Prerequisites

Usage

  1. Create a Github repository.

  2. Install Yeoman and generator-screwdriver using npm.

$ npm install -g yo
$ npm install -g generator-screwdriver
  1. Get a Github token.
  • Go to the create Github Personal Access Tokens page
  • Fill in "Token description" with "Screwdriver-token"
  • Select scopes "repo" and "admin:org"
  • Click Generate token
  1. Clone your repository and generate your new project.
$ git clone git@github.com:$REPO.git
$ cd $REPO
$ yo screwdriver
  1. Create Git commit and push to master.

  2. Publish the npm package and add git tags.

$ npm publish
$ git tag v0.0.1 && git push origin --tags

License

Code licensed under the BSD 3-Clause license. See LICENSE file for terms.

2.0.1

1 year ago

2.0.0

1 year ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.15

3 years ago

1.2.14

3 years ago

1.2.13

5 years ago

1.2.12

5 years ago

1.2.11

5 years ago

1.2.10

6 years ago

1.2.9

6 years ago

1.2.8

6 years ago

1.2.7

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.22

8 years ago

1.0.21

8 years ago

1.0.20

8 years ago

1.0.19

8 years ago

1.0.18

8 years ago

1.0.17

8 years ago

1.0.16

8 years ago

1.0.15

8 years ago

1.0.14

8 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago