0.7.0 • Published 5 years ago

dwncrwlr v0.7.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

DWNCRWLR

Build Status npm version

DWNCRWLR is a static site generator.

This repository represents a ready-for-use sample project for usage of the generator itself.

This repository also provides a npm package to integrate the generator to any project structure you want.

Content


Installation

The repository mainly provides two different approaches for using it:

  1. 'Clone and own' the repsoitory and make small and simple configurations to use it or just extend its functionality. If you want to use this approach then follow the instrcutions under the next Section: Clone.

  2. Use the npm package within your custom project and provide a configuration. Then follow Section: Setup.

Clone

If you just want to use the project structure provided within this repsoitory you can simply use it by follow the steps below:

  1. Clone the repository

    git clone 
  2. Edit dwncrwlr.config.json for custom setup

    site: {
    
    },
    build: {
    
    }

TODO: write about cloning repo, edit config and use structure to generate a site.

Setup

TODO: Write install and edit config.

views

sites

assets

Usage

TODO: Describe assets

Customization

View: partials

View: layouts

Documentation

Tests

Tests can be run by using 'npm test'.

Unit Test are supported by Jasmine.

Spec reporters:

  • Junit XML based file output
  • Console output

FAQ / Troubleshooting

  • How do I do specifically so and so?
    • No problem! Just do this.

License

License

Further readings

Tests

https://stackoverflow.com/questions/30863565/unit-testing-using-jasmine-and-typescript

https://stackoverflow.com/questions/67299/is-unit-testing-worth-the-effort?rq=1

http://bisaga.com/blog/programming/testing-typescript-node-app-with-jasmine/

https://www.npmjs.com/package/jasmine-trx-reporter

0.7.0

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.3.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.1

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago