azukiapp / azk-core

azk core functions and utilities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

azk-core

azk-core has the main tools and frameworks to compose azk environment packages. It uses babel to transpile ES6/ES7 to ES5. To start new projects that follow azk standards, you can go with azk-projects-boilerplate

utilities

  • Q

    • Promises
  • lazy_require

    • require only when was used
  • isBlank

    • check if is
  • os

  • version

  • dlog

    • call console.log(utils.inspect) with a title
  • Dynamic

    • creates a simple object with a key to be used on config
  • _

    • lodash
  • envDefaultArray

  • envs

  • path

    • require('path')
  • fs

    • require('fs')
  • async

    • Q async class with steroids
  • defer

    • Q defer class with steroids
  • Log

    • Log Class
  • ConfigAzk

    • ConfigAzk Class
  • NetUtils

    • NetUtils Class
  • Utils

    • Utils class

before start

$ yarn install

License

"Azuki", "azk" and the Azuki logo are copyright (c) 2013-2017 Azuki Serviços de Internet LTDA.

azk source code is released under Apache 2 License.

Check LEGAL and LICENSE files for more information.

About

azk core functions and utilities

License:Apache License 2.0


Languages

Language:JavaScript 100.0%