1.0.4 • Published 4 years ago
@mdupree/create-acro-nextjs v1.0.4
Acro Media NextJS starter kit
Description
Sets up nextJS with pre-configurations used by Acro Media.
These include but not limited to:
- `.gitlab-ci.yml
- `.eslintrc` and `.prettierrc` created with Acro configurations
- `jest.config` setup with code coverage reporting.
- lagoon configurations
- packages:
- Json normalizer
- Cypress test framework
- axios
- axios-mock-adapter
- eslint plugins
- husky
How to use
yarn create @mdupree/acro-nextjs PROJECT_NAME
OR
npx @mdupree/create-acro-nextjs PROJECT_NAME
Testing the starter kit
cd PROJECT_DIR
npm link
create-acro-nextjs PROJECTNAME