Track watched movies from cli
Wrapper library for directory and file watching.
Bindings for the Watchman file watching service
PowerSync React Native SDK
A CLI for performing typechecking on Glimmer templates
Reload your babel-node app on JS source file changes. And do it *fast*.
Webpack plugin to glob directories for entry files and also watch them for changes
SAP Fiori Tools – UI5 Tooling
Use webpack with karma
Restarts your app when files are modified
Laravel Mix extension to provide copy method that watches for changes, additions and deletions
Reruns the given file whenever a file in the current working dir subtree is changed.
Use webpack to manage app-like JavaScript modules in Rails
Simple CLI for compiling a Node.js module into a single file, together with all its dependencies, gcc-style.
Reruns the given file whenever the current working dir subtree has modifications. Note: this module will be rewritten and change functionality.
If it works, why use something else?
an http server that can watch files, trigger commands and livereload
sync two directories by copying or creating hardlink
Watch changes in other folders to rebuild Ember app
A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
Schema extract transforms all the types (explicit or inferred) in your code files into [JSON-Schema](https://json-schema.org/) schemas. Schema extraction is a necessary step to create automated documentation for your code.
watch and reload your electron app the easy way
Ultra-fast cross-platform command line utility to watch file system changes.
TypeScript definitions for webpack-watched-glob-entries-plugin
ZabbixAPI CLI for host create / delete / update
Command line utility that continuously watches for the buildkite job running current git HEAD and notifies on build status changes.
A CLI tool to watch your water intake.
A ruby CLI to make watching Twitch streams and VODs via Livestreamer fast and easy
magnit is a CLI tool to watch & recompile compass/stylus/less projects. It is a simple alternative to GUI applications like Scout and Koala, but it does not do watching and compilation itself, rather it uses existing executables of preprocessors.
This application scrapes data off of the website, https://agoodmovietowatch.com/, and uses it to feed a CLI app that helps you to find a movie to watch.
Adds a CLI and a feature to pull your next day of calendar events into the Timex Datalink watch. Note: Hardcoded protocol1 and EST timezone. At the moment.
# Otto AsciiDoc-powered static site generator with Jekyll-style conventions: layouts, includes, data files, posts, drafts, permalinks, and custom collections. ## Install ```sh gem install ottogen ``` Requires Ruby 3.0 or newer. ## Quickstart ```sh mkdir mysite && cd mysite otto init otto build otto serve open http://127.0.0.1:8778/ ``` For a longer walkthrough including AsciiDoc syntax, see [GUIDE.md](GUIDE.md). ## Commands | Command | Description | |---|---| | `otto init [DIR]` | Scaffold a new site (current dir if omitted) | | `otto build` | Render the site to `_build/` | | `otto build --drafts` | Include posts from `_drafts/` | | `otto watch` | Rebuild on file change | | `otto serve` | Serve `_build/` on port 8778 | | `otto generate PAGE` | Create a new page in `pages/` | | `otto post "Title"` | Create a new dated post in `_posts/` | | `otto clean` | Delete `_build/` | | `otto doctor` | Sanity-check project layout | ## Project layout ``` my-site/ ├── .otto # marker ├── config.yml # site config ├── assets/ # copied verbatim into _build/ ├── pages/ # AsciiDoc pages, output mirrors path ├── _layouts/ # ERB layouts (.html.erb) ├── _includes/ # ERB partials ├── _data/ # YAML/JSON files exposed as site.data.* ├── _posts/ # YYYY-MM-DD-slug.adoc └── _drafts/ # undated drafts (excluded by default) ``` ## Configuration (`config.yml`) ```yaml title: My Otto Site description: Things I write url: https://example.com baseurl: "" permalink: /:year/:month/:day/:slug/ collections: recipes: output: true ``` `permalink` accepts these tokens: `:year`, `:month`, `:day`, `:slug`, `:title`. Templates ending in `/` produce pretty URLs (`<path>/index.html`). ## Pages and posts Both support YAML front matter: ```adoc --- layout: default title: Hello tags: [ruby, cli] --- = Hello Welcome to {site_title}. This page is at {page_url}. ``` Pages live under `pages/`; posts under `_posts/` with `YYYY-MM-DD-slug.adoc` names. Layouts wrap rendered AsciiDoc; partials in `_includes/` are pulled in via `<%= partial 'header.html' %>`. ## License MIT
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.