nbased-tools v0.1.0
nbased tools | Documentation ↗️
The CLI for the nbased library. Compatible with MacOS, Windows and many Linux distros.
About
nBased tools simplifies the usage of the nbased library. It allows you to add nbased to an existing project, creating a new one, and helps you write code a lot faster,
generating the base code with the correct event mapper so you can focus on working with your business logic.
This works using a settings file nbased.yml
config file to your project and save all the needed settings there - we also support JSON if you are that kind of guy!
You can also run and watch logs of your existing code, making it extremely easy to debug your lambdas or follow the flow of your app.
Disclaimer: We also support ebased but we can't guarantee 100% quality since we don't maintain that library
Install
- Just run
npm install -g nbased-tools
Usage
- Run
nbased --help
for help with commands - Visit the wiki ↗️ to find more detailed documentation
Features
Project administration
- Create new project with nbased
- Add nbased to existing project
- Works with JSON config files
- Works with YAML config files
Code analysis
- Find all stacks of the project
- Allow execution of existing lambdas
- Watch logs in real time
Code generation
- Update serverless files
- Add lambdas to project
- Add apig endpoints to project
- Add dynamo tables to project
- Add buckets to project
- Add sqs queues to project
- Add sns topics to project
4 years ago