1.5.0 • Published 3 years ago

no-fuss v1.5.0

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

No Fuss - Hacktober Poster

DevGuideDaily Coverage Status Contrigutions License

No Fuss - Static Site Builder

No Fuss is a simple static website builder, aiming to provide you with only the features you need, without any bloat. This project is part of the Hacktober 2020 effort to contribute to open-source. Everyone is welcome to join the project. Read how it works here.

Goals

  • Transform simple assets like pug templates or less files
  • Fast and light weight - currently the package weighs only 7.4kb
  • Minimal core, pluggable architecture
  • Fingerprint assets
  • Live-reload development server
  • No complicated frameworks
  • 100% test code coverage
  • Great documentation

Usage

# Yarn
yarn add -D no-fuss
yarn fuss [command] [options]

# NPM
npm i -D no-fuss
npx fuss [command] [options]

Commands

  • watch - Watch files and incrementally build
  • build - Build files once
  • serve - Run the development server with live reload. This is the default command.

Options

OptionMeaning
-s, --src-dirSource directory (default is ./src)
-o, --out-dirOutput directory (default is ./dist)
-p, --portPort (only used with serve)

License

MIT

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago