insertcharacter
v1.0.0
Published
Insert Character on Input and Texarea
Readme
InsertCharacter
Insert Character in the middle of the string in Textarea or Input box
Publishing NPM Package
Create & PUsh Git Tag:
git tag v1.1.2 git push origin --tags
Login to Npm
npm login userename: r****** password: *** email: sam***.***.*****@****.comTo Verify if Logged in:
npm whoamiModify the tag version on package.json as below:
{ "name": "insertcharacter", "version": "1.0.0", ... }Publish the package in npm js
npm publish
Installation of this package
npm install insertcharacter
Usage of this package
let insertcharacter = require('insertcharacter');
insertcharacter(this, 'nameOfTextArea);