base-repos / base
Base is the foundation for creating modular, unit testable and highly pluggable, server-side node.js applications.
☆103Updated 2 years ago
Alternatives and similar repositories for base:
Users that are interested in base are comparing it to the libraries listed below
- Base plugin that adds methods for programmatically running npm commands.☆23Updated 8 years ago
- Find semver versions in a string: `unicorn v1.2.3` → `1.2.3`☆45Updated last year
- Strip redundant indentation and indent the string☆54Updated 4 years ago
- Get the user agent of a recent Chrome version to pretend to be a browser in network requests☆36Updated last year
- Add "smart plugin" support to your base application. Adds a `.run` method, allowing plugins to be called on a given object, at any time.☆21Updated 8 years ago
- Convert directories to glob compatible strings☆44Updated 5 years ago
- A list of directories you should ignore by default☆23Updated 3 years ago
- Starting point for a base application with a minimal selection of commonly used plugins, and a functional CLI that will run a `basefile.j…☆14Updated 7 years ago
- url.parse() with support for protocol-less URLs & IPs☆53Updated 3 years ago
- The Node.js `util.deprecate()` function with browser support☆38Updated 6 years ago
- Get an array of valid, sorted, and cleaned semver versions from an array of strings☆40Updated 4 years ago
- Run promise-returning & async functions repeatedly until you end it☆45Updated 3 years ago
- Run promise-returning & async functions a specific number of times concurrently☆39Updated 3 years ago
- Plugin for base-methods that maps built-in methods to CLI args (also supports methods from a few plugins, like 'base-store', 'base-option…☆17Updated 9 years ago
- Mimic a Node.js HTTP response stream☆59Updated last year
- Cache requires to be lazy-loaded when needed. Uses node's own require system with tried and true, plain-vanilla JavaScript getters.☆51Updated 2 years ago
- base-methods plugin that adds vinyl-fs methods to your 'base' application for working with the file system, like src, dest, copy and syml…☆13Updated 8 years ago
- Prints the current date and time as a UNIX timestamp or custom format☆46Updated 3 years ago
- The core assemble application with no presets or defaults. All configuration is left to the implementor.☆17Updated 8 years ago
- adds a `data` method to base-methods. 100% unit test coverage and browserify-friendly lazy-caching.☆19Updated 5 years ago
- Get metadata on the default editor or a specific editor☆53Updated last year
- Sink your streams.☆17Updated 2 years ago
- Plugin for getting and persisting config values with your base-methods application. Adds a 'store' object that exposes all of the methods…☆20Updated 8 years ago
- Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `packag…☆40Updated last year
- CSV parser for node.js☆15Updated 6 years ago
- Plugin for base-methods that adds methods for prompting the user and storing the answers on a project-by-project basis.☆14Updated 2 years ago
- API-first task runner with three methods: task, run and watch.☆35Updated 6 years ago
- Returns the directory used by NPM for globally installed NPM packages.☆35Updated 6 years ago
- Displays the execution time for Node.js modules loading by hooking require() calls☆23Updated 3 years ago
- Scaffold out complete code projects from the command line by installing this generator globally, or use this generator as a plugin in oth…☆11Updated 7 years ago