line-break-paragraph

1.0.4 • Public • Published

Lines Break Paragraph

A JavaScript module that converts paragraph to new lines based on fullstops.

Install

npm install line-break-paragraph --save-dev

Use

var LineBreakParagraph = require('line-break-paragraph');
var content = 'Lorem ipsum Testing content. Lorem ipsum Testing more content';
 
LineBreakParagraph(content);

Release History

  • 1.0.0: Initial release.

Contributing

  1. Fork it
  2. Run npm install
  3. Create your feature branch (git checkout -b my-new-feature)
  4. Commit your changes (git commit -am "Add some feature")
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request## License MIT © Kshitij Singh

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i line-break-paragraph

    Weekly Downloads

    3

    Version

    1.0.4

    License

    MIT

    Unpacked Size

    2.53 kB

    Total Files

    4

    Last publish

    Collaborators

    • ikshitijsingh