npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

woodoo-buildtools

v2.7.0

Published

Gulp Frontend Workflow

Downloads

19

Readme

contributions welcome

DerMatz on Twitter

Woodoo Frontend Buildtool 2.7.0

Woodoo Buildtool is a standalone gulp workflow with all modern gulp dependencies to build and create your frontend assets in few moments. Woodoo Buildtool come with a config file to add your project specific pathes and variables (gulp.config.js).

Read more about it in the Getting Started section below this part.

Current Features

Read CHANGELOG for further Information about the latest Version

  • Automatic Setup Process via npx woodoo-buildtools
  • Automatic merge of your Project package.json with gulp update_json or npm run woodoo-init
  • Gulp 4.x
  • Sass 4 Support
  • BabelJS 7 Support with excluded node_modules
  • CSS Minify & Sourcemaps
  • CSS Gulp-Autoprefixer
  • SCSS Linter (Show SCSS Errors based on .sass-lint.yml)
  • JS Linter (Show JS-Errors based on .eslintrc)
  • JS concatinate 3 JS files at the time (Head-js, Lib's and Footer-JS)
  • JS Minification (*.min.js)
  • Browser-Sync (Multi-Device Livepreview)
  • Image-Optimisation (jpg, png, svg)

Getting Started with full automatic NPM Setup

In this case the Buildtool setup will create and install all necessary files.

This might take only a few seconds


# 1— Navigate into your Project/Theme and run:

npx woodoo-buildtools

# 2— Now configure variables inside the woodoo-buildtools/gulp.config.js file
# 3— Finish the Setup with:

npm run woodoo-init

Just follow the install instructions.


Update Woodoo-Buildtools

To update just run

     npm run woodoo-update

Just a tip: Get a perfect folder structure

To get best results you can get this sample-project structure.

../YourTheme/
  |
  ├── dist (will be automaticly create by running the default gulp-task ($ gulp) depending of your entries in gulp_config.json)
  |    ├── css
  |    |    ├── main.css
  |    |    └── main.css.map (will be autogenerated)
  |    ├── js
  |    |    └── main.min.js
  |    └── images
  |         ├── image.svg (minified)
  |         ├── image-one.jpg (minified)
  |         └── image-two.jpg (minified)
  └── assets
       ├── images
       |    ├── image.svg
       |    ├── image-one.jpg
       |    └── image-two.jpg
       |
       ├── js
       |    ├── lib
       |    |     ├── my-script.js
       |    |     └── my-script2.js
       |    ├── head
       |    |     ├── my-script.js
       |    |     └── my-script2.js
       |    ├── footer
       |    |     ├── my-script.js
       |    |     └── my-script2.js
       └── scss
            └── project.scss

Issue-Reporting

Feel free to report issues or add pull-requests. Thanks for your support!

Thanks goes to

  • Daniel Ruf for contribution with Pull-Requests
  • Inspiration for the installation process by https://github.com/ahmadawais

License

This project is licensed under the Open Software License 3.0. Read more

Copyright

(c) 2018 - 2019 Mathias Elle