create-semantic-module

1.0.1 • Public • Published

create-semantic-module

NPM version Dependency Status

Initialize a project with conventional commits, commitizen, and commit linting.

Usage

Generate a new project:

yarn create semantic-module my-module-name

Or run from within an existing project:

cd ./my-module-name
yarn create semantic-module

If using npm 5.2.0 or later, you can also use npx:

npx create-semantic-module my-module-name

License

MIT © Jacob LeGrone

Readme

Keywords

none

Package Sidebar

Install

npm i create-semantic-module

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

374 kB

Total Files

7

Last publish

Collaborators

  • jlegrone