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

/create-semantic-module/

    Package Sidebar

    Install

    npm i create-semantic-module

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    374 kB

    Total Files

    7

    Last publish

    Collaborators

    • jlegrone