natural-regex-cli

0.5.0 • Public • Published

natural-regex-cli

Build Status npm version npm downloads

Command line tool for natural-regex

Installation

You can install natural-regex-cli using npm:

npm install -g natural-regex-cli

Usage

Once you have installed natural-regex-cli, you can run the following in the terminal:

$ natural-regex --parse 'starts with "Lorem", then "foo" or "bar".' --object
 
    Literal notation: /^(Lorem)(foo|bar)/
    Constructor notation: new RegExp('^(Lorem)(foo|bar)')
 
$

Documentation

Visit the Cli page in natural-regex Wiki for the full documentation.

Change Log

This project adheres to Semantic Versioning.
Every release, along with the migration instructions, is documented on the Github Releases page.

Authors

Matteo Basso

Copyright and License

Copyright (c) 2016, Matteo Basso.

natural-regex-cli source code is licensed under the MIT License.

Package Sidebar

Install

npm i natural-regex-cli

Weekly Downloads

0

Version

0.5.0

License

MIT

Last publish

Collaborators

  • mbasso