Boilerplate CLI aims to easily scaffold boilerplates from the awesome-universal-boilerplates repository.
$ npm install -g use-boilerplate
List all the boilerplates available from the Database.
$ boilerplate list
Use specific keywords to filter the list!
$ boilerplate list --keywords DDD
Download any boilerplate available directly from the CLI.
$ boilerplate use
It's very easy to add a boilerplate that is not registered yet.
Register your favorites boilerplates to the DB by making a Pull Request on the dedicated repository awesome-universal-boilerplates. By doing that, you'll be able to use them directly from the CLI.