README
Core library of skyflow, used in Skyflow CLI
This repository contains the core functions and tools used in Skyflow CLI. It was split to organize the developments and take advantage of NPM dependencies management.
You can check Skyflow CLI repository for more details about Skyflow and our related documentation.
You are free to use skyflow-core in your own projects. It provides you tools and helpers for your Node.js developments.
Prerequisites
Skyflow-core is developed in Nodejs.
You need Nodejs version >=6.0.0 or Yarn.
Require skyflow-core in your project
With npm
npm install skyflow-core
With yarn
yarn add skyflow-core
Documentation
The documentation for Skyflow core has not been implemented yet. We are focusing on Skyflow CLI tools.
Contributing
We are working on the contributing model for Skyflow, it's coming soon 😀