create-eumentis-nx-workspace
v1.0.0
Published
A CLI to create/initialize NX monorepos for [Eumentis](https://eumentis.com) projects.
Downloads
95
Readme
create-eumentis-nx-workspace
A CLI to create/initialize NX monorepos for Eumentis projects.
It creates an empty NX monorepo with the following:
- Husky with pre-commit hook that runs
yarn nx affected --uncommitted -t lint
- Custom editorconfig
.nvmrc
file- Custom Prettier config
How to use
Run npx create-eumentis-nx-workspace
. You can use the following options
npx create-eumentis-nx-workspace <name> [options]
Create a workspace
Positionals:
name The name of the workspace [string]
Options:
--version Show version number [boolean]
--nodeVersion Node version required for project [number]
--jiraIssue JIRA issue associated with the workspace creation [string]
--help