0.0.25 • Published 3 years ago

atx v0.0.25

Weekly downloads
6
License
MIT
Repository
-
Last release
3 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

3 years ago

0.0.22

3 years ago

0.0.23

3 years ago

0.0.24

3 years ago

0.0.25

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.16

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.12

4 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago