1.1.1 • Published 7 years ago

mako-write v1.1.1

Weekly downloads
11
License
MIT
Repository
github
Last release
7 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

7 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.11.1

8 years ago

0.11.0

8 years ago

0.10.5

8 years ago

0.10.4

8 years ago

0.10.3

8 years ago

0.10.2

8 years ago

0.10.1

8 years ago

0.10.0

8 years ago

0.9.1

8 years ago

0.9.0

8 years ago

0.8.0

8 years ago

0.7.2

8 years ago

0.7.1

8 years ago

0.7.0

8 years ago

0.6.0

8 years ago

0.5.1

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago