@jabraf/cli
v1.0.10001
Published
CLI to create and update project setup
Readme
@jabraf/cli
A CLI to setup and update a project with a template and to do more.
Setup a new project with this template. Update an existing project with this template.
Development
# install dependencies
npm install
# build
npm run build
# test
npm testTest the CLI in development:
node dist/index.jsUsage
npx @jabraf/cli
# create a new project
npx @jabraf/cli new-setup <project-name>
# update an existing project
npx @jabraf/cli update-setupCI
Basic npm publish and npm pre-release publish jobs are already setup in .github/workflows directory.
The PRs with will create a pre-release version in npm automatically.
Notes
In order for it to work, it needs:
NPM_TOKENsecret set in GitHub repository- manual version bump i.e.
npm version {major|minor|patch}
© 2025 - Jabran Rafique
