1.1.1 • Published 8 years ago

mako-write v1.1.1

Weekly downloads
11
License
MIT
Repository
github
Last release
8 years ago

mako-write

A plugin that writes files to disk.

npm version npm dependencies npm dev dependencies

Purpose

  • ensures that file.path !== file.initialPath to prevent clobbering
  • writes file.contents to disk at the current file.path location

API

write(extensions, options)

The extensions argument can be passed as either a single String or an Array of extensions. (without the leading dot)

The following options are available:

  • force: bypasses the "initialPath" check (useful when the file only exists in memory)
1.1.1

8 years ago

1.1.0

9 years ago

1.0.0

9 years ago

0.11.1

9 years ago

0.11.0

9 years ago

0.10.5

9 years ago

0.10.4

9 years ago

0.10.3

9 years ago

0.10.2

9 years ago

0.10.1

9 years ago

0.10.0

9 years ago

0.9.1

9 years ago

0.9.0

9 years ago

0.8.0

9 years ago

0.7.2

9 years ago

0.7.1

9 years ago

0.7.0

9 years ago

0.6.0

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.0

9 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago