Git Product home page Git Product logo

ganuz's Introduction

Ganuz

Travis build Codecov MIT License TypeScript Commitizen friendly Lerna Tested With Jest

Ganuz is utilities modules, written in typescript.

Packages structure

  • The code is divided into many small modules and each module is a package in itself (Packages List).
  • Each package in the scoop has only one function or class and it in the default export of the package.
  • Group package brings together several modules from the scope, and in the export has access to all modules.

Marks:

  • "-": @{scope}/-{name} - Group package
  • "_": @{scope}/_{name} - Internal package

Install

$ npm install --save @ganuz/-all

Or install only the module you need

$ npm install --save @ganuz/get

Use

Modules

import { set } from '@ganuz/-all';

Or import only the module you need

import { default as hasOwn } from '@ganuz/has-own';

Browser

<script src="https://unpkg.com/@ganuz/-all/bundle.umd.min.js"><script>

Or import only the module you need

<script src="https://unpkg.com/@ganuz/construct/bundle.umd.min.js"><script>
let { construct } = G;

Compatibility

These modules are written in typescript and available in ES5 and ES6 standard.

  • main - commonjs module and es5 standard (index.js)
  • module - es2015 module and es5 standard (index.esm.js)
  • esnext - es2015 module and current es standard (index.es.js)
  • browser - bundle in umd format includes all dependencies in es5 standard (bundle.umd.js, bundle.umd.min.js)
  • types - typescript declaration file (index.d.ts)

Contribute

Pull requests are welcome!

Install - it will install the dependencies and link all workspaces packages.

$ yarn install

Test - it will run all workspaces tests.

$ yarn test

Build - it will build all the packages for release.

$ yarn build

License

Copyright © Yisrael Eliav, Licensed under the MIT license.

ganuz's People

Contributors

yisraelx avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.