jotils
v2.1.4
Published
[](https://circleci.com/gh/JoshK2/jotils) [;Using bit to install a specific function:
set npm regisetry config(one time action)
npm config set '@bit:registry' https://node.bit.dev$ npm i @bit/joshk.jotils.letter-countconst { letterCount } = require('@bit/joshk.jotils.letter-count');👾🙌 Contributing
- Pull requests and ⭐ stars are always welcome.
- For bugs and feature requests, please create an issue.
- For major changes, please open an issue first to discuss what you would like to change.
- Please make sure to update tests as appropriate.
Steps to contribute
- Fork the project and clone.
- Create folder for your function in this folder, name the folder and the function file in lower case, and the function with upper case. See example of naming in this folder folder.
- The function need to be exported with index file inside the folder function, so create index.ts file to export your function. (NOT USE EXPORT DEFAULT)
- Run
npm run createindexfileto generate the main index.ts file in components folder that export all the functions. - Run
npm run buildto generate the build folder folder. - Run
npm run testto check the functions. - Share with the community by submitting a PR.
