kmalakoff / kmalakoff/node-nuget

Travis CI for building NPM package.

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2
Forks
6
PR merge metrics
No merged PRs in 30d

Description

As I mentioned in #2, I think we should use TravisCI for publishing this NPM package.

Here is an example `.travis.yml` configuration:

``` yaml
language: node_js
node_js:
- 0.8.0
before_deploy:
- npm run build
deploy:
provider: npm
email:
api_key:
secure:
on:
tags: true
repo: kmalakoff/node-nuget
```

I think that should work.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by checking the repository's existing package configuration and build entry point referenced by `npm run build`. Add and validate the `.travis.yml` configuration so tagged builds run the build and publish the NPM package using an encrypted API key; done means the Travis configuration is present and supports tagged publishing.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
ci-cd, release
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.