npm-odoo-module
v1.0.1
Published
Generate odoo module boilerplate.
Downloads
6
Maintainers
Readme
NPM ODOO MODULE
This package will generate an Odoo module boilerplate. It's an alternative to odoo-bin scaffold. This package will help JS developer create Odoo module in the simple way.
Prerequisites
Make sure you have Node.js install. Use the command below to check node version.
node -v
Install
npm install -g npm-odoo-module
Usage
npm-odoo-module init
The command above will ask for your module name, and you simply provide the module name. It will generate a folder with the same name as your module. 🎉 enjoy coding.
Authors
- Sambat Lim - github profile - https://github.com/sambatlim
License
This project is licensed under the MIT License - see the LICENSE file for details