generator-screwdriver v2.0.1
generator-screwdriver
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
- Node.js >= v12.0.0 (with NPM)
Usage
$ npm install -g yo
$ npm install -g generator-screwdriver- 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
- Clone your repository and generate your new project.
$ git clone git@github.com:$REPO.git
$ cd $REPO
$ yo screwdriverCreate Git commit and push to master.
Publish the npm package and add git tags.
$ npm publish
$ git tag v0.0.1 && git push origin --tagsLicense
Code licensed under the BSD 3-Clause license. See LICENSE file for terms.
3 years ago
3 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago