Package detail

@autosrc/generator

clebert44MIT0.12.0

This package provides a generator to update outdated files.

readme

@autosrc/generator

Package Version

This package provides a generator to update outdated files.

Getting started

Install @autosrc/generator as a dependency:

# Install using Yarn
yarn add @autosrc/generator
# Install using npm
npm install @autosrc/generator

Copyright (c) 2018-present, Clemens Akens. Released under the terms of the MIT License.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.12.0 (2018-09-19)

Features

0.11.0 (2018-08-30)

Features

  • autosrc: allow null or undefined commands; improve ts example config file (#82) (84f8294)

0.10.0 (2018-08-30)

Note: Version bump only for package @autosrc/generator

0.9.0 (2018-08-27)

Note: Version bump only for package @autosrc/generator

0.8.0 (2018-08-24)

Note: Version bump only for package @autosrc/generator

0.7.0 (2018-08-22)

Features

  • autosrc: add verbose mode; remove debug support; improve public interfaces (#65) (bb11ab5)

0.6.0 (2018-08-18)

Features

  • generator: prereqs of phony targets are now always considered newer (#58) (2c53344)

0.5.0 (2018-08-17)

Features

  • autosrc: implement debug messages and improve logging, closes #15 (#56) (f2c8286)

0.4.0 (2018-08-17)

Features

  • autosrc: a new async API and a simplified CLI, closes #9 (#54) (01ef348)

0.3.0 (2018-08-15)

Features