Overview
find-in is file text-searching for node.
How it works?
Simply, find-in creates read stream to read from the target file in chunks, matches the chunks using match method returns an array of obj
tre
To get an output like this:
Install
npm i --save tre
Usage
const tre = require('tre')
tre([
{
type: 'file', name: 'index.js'
},
{
type: 'folder', name: 'lib', ch
FileAPI
A set of JavaScript tools for working with files.
Get started
Download the files from the dist directory, and then:
<div>
<!-- "js-fileapi-wrapper" -- required class -->
<
md2googleslides -- Markdown to Google Slides
Generate Google Slides from markdown & HTML. Run from the command line or embed in another application.
This project was developed as an example of how to use the Slides
DownGit
Create GitHub Resource Download Link
With this tool you can directly download or create download link to any GitHub public directory or file.
Website
DownGit ↑
How to Use?
site
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
f-ck
Clean-up cuss (c*ss, c**s, @#$%) words.
Not affiliated with Football Club København.
Installation
npm:
npm install f-ck
Usage
var fck = require('f-ck');
console.log(fck('butt'
text-to-link
text-to-link is a small JavaScript and npm module that takes a string of text, finds URLs within it, and hyperlinks them.
Basic Usage
text-to-link adds an autoLink() method to JavaScript's Strin
matcher
Simple wildcard matching
Useful when you want to accept loose string input and regexes/globs are too convoluted.
Install
$ npm install --save matcher
Usage
const matcher = requi
he
he (for “HTML entities”) is a robust HTML entity encoder/decoder written in JavaScript. It supports all standardized named character references as per HTML, handles ambiguous ampersands and other edge cases just l
Pure JS character encoding conversion
Doesn't need native code compilation. Works on Windows and in sandboxed environments like Cloud9.
Used in popular projects like Express.js (body_parser), Grunt, Nodemailer, Yeo
execall
Find multiple RegExp matches in a string
Instead of having to iterate over RegExp#exec, immutable, and with a nicer result format.
Install
$ npm install --save execall
Usage
var