nuke-cli
v1.1.8
Published
A CLI to help you starting a react project.
Downloads
435
Maintainers
Readme
nuke-cli

A CLI focused on powering the start of your web project.
Have a look at the original boilerplate.
Features:
In this version you'll be able to create a React project from zero
- React powered by TypeScript
- webpack as the module bundler
- unit tests run by Jest and React Testing Library
- local code lintintg by Prettier
- Docker settings
- React component template generator (.tsx, .sass, .test.tsx)
Coming up...
- CI by Github actions
- generate a Node based API from zero
Instructions:
Install the package by:
npm install -g nuke-cli
Starting a project:
nuke start:ts <INSERT_PROJECT_NAME>
> nuke start:ts fun-project
> Project fun-project has been created! Have fun.Generating a React component:
nuke component:ts <INSERT_COMPONENT_NAME>
> nuke component:ts fun-button
> Component fun-button folder has been created.For developers:
npm linkallows you running CLI commands locally
npm run testruns unit tests
Engineered by Gluegun.
