0.0.25 • Published 4 years ago

atx v0.0.25

Weekly downloads
6
License
MIT
Repository
-
Last release
4 years ago

ATX - extensible static site generator.

Installation

yarn add atx

app.config.js file

{
  scripts: path.join('./scripts/index.js'), // Path to script entry file
  styles: path.join('./styles'), // Path to Sass entry file
  views: path.join('./views'), // Path to views directory
  outputDir: path.resolve('./dist/'), // Path to output directory
  data: {}, // Data goes here, can be either obect or Promise
  compiler: (template, data) => { return somecompiler.output() } // Retern the result of compiler ex: nunucks, handlebars, liquid etc.
}

Build

npm atx

Watch

npm atx --watch

or

npm atx -w
0.0.21

4 years ago

0.0.22

4 years ago

0.0.23

4 years ago

0.0.24

4 years ago

0.0.25

4 years ago

0.0.20

4 years ago

0.0.19

4 years ago

0.0.17

4 years ago

0.0.18

4 years ago

0.0.16

5 years ago

0.0.13

5 years ago

0.0.14

5 years ago

0.0.15

5 years ago

0.0.12

5 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago