This package has been deprecated

Author message:

move to @yama-dev/js-parse-module

js-parse-module

0.0.4 • Public • Published

PARSE MODULE


Feature

javascript parse utility library.


Demo

Installation,Download


Using

NPM Usage

# install npm.
npm install --save-dev js-parse-module
// import.
import PARSE_MODULE from 'js-parse-module';

Basic Standalone Usage

<script src="./js-parse-module.js"></script>
<script>
  let str = PARSE_MODULE.Str2AutoLink('https://wwww.google.com');
  console.log(str);
</script>

API

Str2AutoLink

Parameter Type Default Description
str string - ※省略不可 文字列にhtmlのリンクが付与されます。
target string '_blank' リンクのtarget属性を指定します。

Str2AutoLinkHashtag

Parameter Type Default Description
str string - ※省略不可 文字列(ハッシュタグ)にhtmlのリンクが付与されます。
target string '_blank' リンクのtarget属性を指定します。




Dependencies

none





For Developer

Contribution

  1. Fork it ( https://github.com/yama-dev/js-parse-module/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Develop

at Development

Install node modules.

$ npm install

Run npm script 'develop'

$ npm run develop

Run npm script 'production'

$ npm run production

Licence

MIT


Author

yama-dev

Versions

Current Tags

VersionDownloads (Last 7 Days)Published

Version History

VersionDownloads (Last 7 Days)Published
0.0.31

Package Sidebar

Install

npm i js-parse-module

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

9.48 kB

Total Files

6

Last publish

Collaborators

  • yama-dev