2.4.0 • Published 8 years ago

fb-mobile-core v2.4.0

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
8 years ago

fb-mobile-core

Table of Contents

Installation

npm install fb-mobile-core --save

Getting Started

  • Run: npm install inside your project to install dependencies.
  • Run: npm install typings -g (If typings is not installed before run this command)
  • Run:npm install gulp -g to install Gulp globally
  • Run:npm install rimraf -g to install globally

How to Use (FIX)

Here is the list of tasks available out of the box and run these via npm run <task>

  build             Perform lib build
  clean             Cleans artifacts and regenerate
  test              Run spec tests
  debug             FIX

Publishing Your Code (FIX)

Once your tests are passing (ideally with a Travis CI green run), you might be ready to publish your code to npm.

Bumping version number and tagging the repository with it can be done as mentioned below. For more details read http://semver.org/

Available options to update version

npm run patch     # makes v0.1.0 → v0.1.1
npm run feature   # makes v0.1.1 → v0.2.0
npm run release   # makes v0.2.1 → v1.0.0

Publishing updated version can be done via,

npm run <release | feature | patch>
npm publish

Changelog

Recent changes can be viewed on the CHANGELOG.md

License

Copyright (c) Marc Means. This source code is licensed under the license.

2.4.0

8 years ago

2.3.0

8 years ago

2.2.1

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.3.1

8 years ago

1.2.1

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.9.25

8 years ago

0.9.24

8 years ago