2.0.1 • Published 4 years ago

fortytwojs v2.0.1

Weekly downloads
1
License
GPL-3.0
Repository
bitbucket
Last release
4 years ago

FortyTwoJS

An npm package to demonstrate how to test, build and publish to the NPM Registry using CircleCI.

CircleCI

npm version

Prerequisites

Development

Install dependencies (substitute 'npm' if you don't have yarn):

$ npm install

Lint and run tests:

$ npm run lint
$ npm test

Workflow

TL;DR: Use GitHub Flow.

In more detail:

  1. Create a feature branch.
  2. Create and push commits on that branch.
  3. The feature branch will get built on CircleCI with each push.
  4. Update the CHANGELOG with description of changes.
  5. Create a Pull Request on BitBucket.
  6. When the feature PR is merged, master will get built on CircleCI.

Releasing

  1. Update the CHANGELOG to list the new version.
  2. Add files and commit

    $ git add CHANGELOG.md ...
    $ git commit -m "Release v.X.Y.Z"
  3. Bump the version to the desired level:

    $ npm version (major|minor|patch)
  4. Push

    $ git push origin master --tags

The new version will get built in CircleCI and pushed to the NPM Registry.

Installing

To install and use it in another project:

$ npm install fortytwojs

License

This code is licensed and distributed under the terms of the MIT License (see LICENSE).

2.0.1

4 years ago

2.0.0

6 years ago

1.8.1-dev

6 years ago

1.8.0

7 years ago

1.7.4

7 years ago

1.7.1

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.2

7 years ago

1.6.1

7 years ago

1.3.2-0

7 years ago

1.3.1-0

7 years ago

1.3.0-0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.5-0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago