chops-handlebars
v1.0.0
Published
This is a runtime helper function implement with TypeScript. It takes two parameters - template and object and use object values regarding Handlebars in the template.
Downloads
2
Readme
chops
This is a runtime helper function implement with TypeScript. It takes two parameters - template and object and use object values regarding Handlebars in the template.
Prerequisites
You will need the following things properly installed on your computer.
Typescript version dependency
This package is compatible with TypeScript version 4.9.4 at runtime. If you encounter any bugs, please open an issue.
Install the Repository from GitHub
git clone <repository-url>
this repositorycd chops
npm install
Usage with npm
By importing the project you will get helper function called Chop.
npm install chops --save
import { chop } from "chop";
Running Tests
npm test
Linting
npm run lint
Deployment
- Choose your new version number
- Set it in package.json
- Create a tag: git tag [version]
- Push the tag: git push --tags
- Create a release in GitHub
- Run the publish to npm workflow Done.
Contribute
- Submit bugs and help us verify fixes as they are checked in.
- Review the source code changes.
- Join the TypeScript discussion on Twitter.