Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Add circle ci piplines #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BasileTrujillo
Copy link

@BasileTrujillo BasileTrujillo commented Oct 26, 2017

What did you implement:

Closes #1

The aim is to get CI that provide:

  • Unit Test using Mocha/NYC
  • NSP Check
  • NPM Package version checking

And CD on tag creation that provide:

  • Package building
  • NPM publishing

Verification config / commands / resources

  • Configure the project into Circle CI
  • Add you NPM Token to NPM_AUTH_TOKEN environement variable in CircleCI
  • Push to any branch to see CI running in CircleCi
  • Push a Tag to see it auto published to NPM

Todos:

  • Write tests (Pipelines will fails until you provide some)
  • Write documentation
  • Fix linting errors
  • Make sure code coverage hasn't dropped
  • Provide verification config / commands / resources
  • Enable "Allow edits from maintainers" for this PR
  • Update the messages below

Is this ready for review?: YES
Is it a breaking change?: NO

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant