@jetvil/cli
v0.2.0
Published
๐ CLI package for JetVil space.
Downloads
4
Maintainers
Readme
@jetvil/cli
๐ CLI package for JetVil space.
Features
- ๐ Easy to use: Easy to install in your project.
- โ ES6+ && TS: TypeScript and ES6+ support(JS).
- ๐ฆ No dependencies: You don't depend on anything else.
- ๐ต Free: It's free and always will be, the beauty of open source.
Contributing
Found a bug๐ฆ? or want to suggest a new feature๐? or just want to help๐?
Feel free to open an issue or a pull request.
Contributions are always welcome!๐
- Fork the project here.
- Create a new branch like this:
git checkout -b feature/featureName
. - Commit your changes to your branch:
git commit -m 'Create AwesomeFeature'
โ๏ธ. - Push your branch:
git push origin feature/featureName
. - Open a pull request on the
dev
branch here๐.
๐Note: Make sure to add tests for your changes โ .