Skip to content

Commit

Permalink
Merge pull request #13 from featureflow/FLOW-907-remove-use-f-default…
Browse files Browse the repository at this point in the history
…Rule

Flow 907 remove use of default rule
  • Loading branch information
oliveroldfield authored Dec 1, 2021
2 parents 18b0d3f + ecccac8 commit 23defa6
Show file tree
Hide file tree
Showing 6 changed files with 925 additions and 4,109 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,6 @@ typings/
# dotenv environment variables file
.env

.idea
dist

33 changes: 33 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# featureflow-node-sdk

[![][npm-img]][npm-url]

[![Featureflow](https://circleci.com/gh/featureflow/featureflow-node-sdk.svg?style=svg)](https://circleci.com/gh/featureflow/featureflow-node-sdk)

[![][dependency-img]][dependency-url]

> Featureflow Node SDK
Get your Featureflow account at [featureflow.io](http://www.featureflow.io)

# Contributor Guidelines

Featureflow SDKs are open source and we welcome contributions from all developers.


## Building

```
yarn install # install dependencies
yarn build # build the SDK
yarn test # run tests including cucumber
```
## License

Apache-2.0

[npm-url]: https://nodei.co/npm/featureflow-node-sdk
[npm-img]: https://nodei.co/npm/featureflow-node-sdk.png

[dependency-url]: https://www.featureflow.io
[dependency-img]: https://www.featureflow.io/wp-content/uploads/2016/12/featureflow-web.png
Loading

0 comments on commit 23defa6

Please sign in to comment.