@eve-tools/cli
v0.3.3
Published
Everest cli to speed up project start-up and standardized frontend , backend architecture
Downloads
1,159
Maintainers
Readme
Everest Dev CLI
This CLI tool should help us start new projects faster, with prebuilt and preconfigured architecture bundled with some extra reusable components (UI components, helper functions, etc.).
Installation guide
Install the CLI tool globally
npm i -g @eve-tools/cli
if granted permission issue, try with sudo
sudo npm i -g @eve-tools/cli
Verify the installation
eve
this command directly output the cli help to have glimpse of commands and options.
Initialize the project by following the prompt
eve init
or
npx @eve-tools/cli init
prompt will ask for project name, language, and framework to use. we actually work on shortcut with option to skip prompt and directly initialize project with default values.
More Features : In Progress
- Init Function:Initialize a new project based on boilerplate (Frontend, Backend) depending on the chosen language and framework.
- Add Command: Based on the generated JSON configuration, add UI components, workflows, or reusable functions to the current project.
- Big Components UI: Predefined UI components for frontend development to speed up the project process. from atom components to comlplex organisms.
- We'll add more feature as we going