2.1.2 • Published 7 years ago

windfury v2.1.2

Weekly downloads
21
License
-
Repository
-
Last release
7 years ago

Windfury Logo

Windfury

CircleCI

Shamanize your next static website with the most powerful React-based technologies.

Windfury is a full-featured and opinionated tooling library. It's mainly focused on improving developer experience (DX) on React-based technologies. No more JavaScript fatigue. Just focus to build your website, don't worry about your tooling stack!

Philosophy

  • Single-dependency: ...
  • Opinionated: ...
  • Deployment pipeline support: ...

Features

  • React stack based: ...
  • Live-reload and hot reloading: ...
  • CSS modules: ...
  • Deployment: ...

Quick Start

Let's start by create a new Node.js project. Windfury works great with the following boilerplate: mapleinside/website-boilerplate.

However, if you want to start from scratch, Windfury is opinionated by nature, so you should follow Maple Inside's architecture conventions in order to use it. When you're ready to go, install Windfury as local dependency:

npm i windfury --save-dev

Write the configuration's file windfury.yml (see Customization for more information). And finally, start the development server:

windfury start

./src is the main source directory. Start write code here!

Commands

For best use, commands should be defined into the package.json as NPM scripts.

  • windfury start: spin up a development server with live-reload and HMR;
  • windfury build: build a production-ready version of the website;
  • windfury deploy: deploy your website sources to the specified AWS S3 bucket.

Commands arguments

  • -e or --env-file: use another .env file instead of ./env/dev.env. Useful to build a production-ready version of the app for the staging or production environment (e.q. --env-file=./env/staging.env).

How Windfury Works

...

Customization

Windfury uses a YAML file named windfury.yml as configuration. You can easily custom many options here. Below these are the mandatory options:

aws:
  region: us-west-2
  s3:
    bucket: mywindfurywebsite.com
env:
  secret:
    - NPM_TOKEN

Options

Here the full customizable options for Windfury:

aws:
  region: us-west-2
  s3:
    bucket: mywindfurywebsite.com
env:
  secret:
    - NPM_TOKEN

License

(The MIT License)

Copyright (c) 2016 Maple Inside

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

2.1.2

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.0-alpha.39

7 years ago

1.0.0-alpha.38

8 years ago

1.0.0-alpha.37

8 years ago

1.0.0-alpha.36

8 years ago

1.0.0-alpha.35

8 years ago

1.0.0-alpha.34

8 years ago

1.0.0-alpha.33

8 years ago

1.0.0-alpha.32

8 years ago

1.0.0-alpha.31

8 years ago

1.0.0-alpha.30

8 years ago

1.0.0-alpha.29

8 years ago

1.0.0-alpha.28

8 years ago

1.0.0-alpha.27

8 years ago

1.0.0-alpha.26

8 years ago

1.0.0-alpha.25

8 years ago

1.0.0-alpha.24

8 years ago

1.0.0-alpha.23

8 years ago

1.0.0-alpha.22

8 years ago

1.0.0-alpha.21

8 years ago

1.0.0-alpha.20

8 years ago

1.0.0-alpha.19

8 years ago

1.0.0-alpha.18

8 years ago

1.0.0-alpha.17

8 years ago

1.0.0-alpha.16

8 years ago

1.0.0-alpha.15

8 years ago

1.0.0-alpha.14

8 years ago

1.0.0-alpha.13

8 years ago

1.0.0-alpha.12

8 years ago

1.0.0-alpha.11

8 years ago

1.0.0-alpha.10

8 years ago

1.0.0-alpha.9

8 years ago

1.0.0-alpha.8

8 years ago

1.0.0-alpha.7

8 years ago

1.0.0-alpha.6

8 years ago

1.0.0-alpha.5

8 years ago

1.0.0-alpha.4

8 years ago

1.0.0-alpha.3

8 years ago

1.0.0-alpha.2

8 years ago

1.0.0-alpha.1

8 years ago