https://github.com/croct-tech/cli
A command-line interface (CLI) for managing projects using Croct.
https://github.com/croct-tech/cli
cli cms croct template
Last synced: 4 months ago
JSON representation
A command-line interface (CLI) for managing projects using Croct.
- Host: GitHub
- URL: https://github.com/croct-tech/cli
- Owner: croct-tech
- License: mit
- Created: 2024-09-28T18:44:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-02-10T22:42:41.000Z (4 months ago)
- Last Synced: 2026-02-11T01:02:17.347Z (4 months ago)
- Topics: cli, cms, croct, template
- Language: TypeScript
- Homepage: https://docs.croct.com/reference/cli/installation
- Size: 1.11 MB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Croct CLI
A command-line interface for managing projects using Croct.
## Introduction
The Croct CLI provides a set of commands for managing projects using Croct and using [templates](https://croct.com/templates).
## Usage
Run the following command to install the latest version of the Croct CLI:
```bash
npm i -g croct
```
To initialize a new project, run the following command:
```bash
croct init
```
For more information, visit our [official documentation](https://docs.croct.com/reference/cli/installation).
## Documentation
Visit our [official documentation](https://docs.croct.com/reference/sdk/cli/installation).
## Support
Join our official [Slack channel](https://croct.link/community) to get help from the Croct team and other developers.
## Contribution
Contributions are always welcome!
- Report any bugs or issues on the [issue tracker](https://github.com/croct-tech/plug-next/issues).
- For major changes, please [open an issue](https://github.com/croct-tech/plug-next/issues) first to discuss what you would like to change.
- Please make sure to update tests as appropriate. Run tests with `npm test`.
## License
This library is licensed under the [MIT license](LICENSE).