0.2.0 • Published 4 years ago

netsuite-helper v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

cli tool for netsuite helper

🏠 Homepage

Install

npm install -g netsuite-helper

Run tests

npm run test

Terminal Command

Initialize Project

nsgen init <project name>

Create the Scaffold strucutre for your project.

D:.
└───FileCabinet
    └───SuiteApps
        ├───com.netsuite.example
        │   ├───src
        │   └───test
        │       └───jasmine
        │           └───unit
        │               └───specs

Create Module

nsgen <Module Name> <Module Type>

Command Description

To run the Netsuite helper use above mentioned command . Make sure to navigate (cd) to correct destination on terminal / shell/ command prompt. Enter the command following by module Name (e.g Sales Order). and Module Type (e.g CS for ClientScript). Files will be created as per Clean code Architecture.

Example :

nsgen init "com.netsuite.example"

Creates project with structure

nsgen 'Route Delivery' SL

Author

👤 Sumeet kishore Sumeetkishore@gmail.com

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

🤝 Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Sumeet kishore <Sumeetkishore@gmail.com>. This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator