ila

1.3.8 • Public • Published

ILA

ILA (Initialize Lambda Application) is a CLI tool used to initialize a fresh NodeJS Lambda Application with (my perceived) best practices. This tool is fairly opinionated, as it's meant to match the use case my team and I need and that's it.

How to Use

Using ILA is super easy. Just navigate to the root of your Lambda application and run:

npx ila

What ILA does

  • Optionally adds TypeScript support
  • Adds NEXTJS and ES modules support via Babel
  • Installs and configure Husky (default requirement is 90% test coverage)
  • Installs and configures eslint/prettier with Airbnb standards
  • Installs lamda-local for local development
  • Configures script commands
  • Removes excessive boilerplate
  • A few other small things

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.3.8
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.3.8
    1

Package Sidebar

Install

npm i ila

Weekly Downloads

1

Version

1.3.8

License

ISC

Unpacked Size

22.4 kB

Total Files

25

Last publish

Collaborators

  • __mlyon