Détail du package

autosrc

clebert37MITobsolète0.12.0

Package no longer supported. Use at your own risk.

A tool for the automatic generation of files depending on their source files.

readme

autosrc

Package Version

A tool for the automatic generation of files depending on their source files.

Getting started

Install autosrc as a dev dependency:

# Install using Yarn
yarn add -D autosrc
# Install using npm
npm install -D autosrc

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)

Features

  • cli: add --init-ts CLI option, fix --init CLI option (#81) (f5562e7)

0.9.0 (2018-08-27)

Features

0.8.0 (2018-08-24)

Features

  • cli: export some types from the generator package (#70) (3ca817b)

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

  • autosrc: measure and log the program runtime (#57) (218d47e)
  • 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)

Note: Version bump only for package autosrc