Metadata-Version: 1.1
Name: yarn.build
Version: 1.0b2
Summary: Build JS artifacts with yarn
Home-page: https://github.com/gforcada/yarn.build
Author: Gil Forcada Codinachs
Author-email: gil.gnome@gmail.com
License: GPL version 3
Description: Introduction
        ============
        This package builds JavaScript projects with `yarn`_.
        It contains a `zest.releaser`_ entry point and a stand-alone command line tool.
        
        Goal
        ====
        You want to release a package that has a ``packages.json`` on it and a ``release`` script defined on it.
        
        Usually one does not want to keep the generated files on VCS,
        but you want them when releasing with `zest.releaser`_.
        
        Credits
        =======
        This package is a direct inspiration from `zest.pocompile`_ from Maurits van Rees.
        
        Thanks!
        
        To Do
        =====
        Add tests
        
        .. _`yarn`: https://yarnpkg.com/
        .. _`zest.releaser`: http://pypi.python.org/pypi/zest.releaser
        .. _`zest.pocompile`: http://pypi.python.org/pypi/zest.pocompile
        
        Changelog
        =========
        
        1.0b2 (2018-11-09)
        ------------------
        
        - Change option to ``folder`` as package.json is expected to be there, i.e.
        
        ::
        
            [yarn.build]
            folder = path/to/folder/
        
        1.0b1.post0 (2018-11-09)
        ------------------------
        
        - Fix (hopefully), pypi rendering.
        
        1.0b1 (2018-11-09)
        ------------------
        
        - Allow to configure where package.json is located via a setup.cfg section:
        
        ::
        
            [yarn.build]
            file = path-to/package.json
        
        1.0a6 (2017-01-06)
        ------------------
        - Create universal wheels again.
        
        1.0a5 (2017-01-06)
        ------------------
        - Pass the parent folder where package.json is.
        
        1.0a4 (2017-01-06)
        ------------------
        - Typos are fun...
        
        1.0a3 (2017-01-06)
        ------------------
        - Ditch wheels by now, only source releases.
        
        1.0a2 (2017-01-06)
        ------------------
        - Be more verbose.
        
        1.0a1 (2017-01-05)
        ------------------
        - Initial release.
        
Keywords: yarn javascript compile build release zest.releaser
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Build Tools
