simple-cli-next
v1.1.4
Published
cli for generate and insert code template for next js
Downloads
3
Maintainers
Readme
Simple Cli Next
This is a basic CLI library for generating code template for next js and react js development.
Installation
- You need to install Node.js first, then install the tool globally using this command:
or useyarn global add simple-cli-next
npm install -g simple-cli-next
- for global installation run the package with :
simple-cli-next
- for local installation run with :
npx simple-cli-next
Features :
- Generate code template for next js / react js
- Generate code in Typescript/Javascript format
- Choose template generation method (new file or insert into specific line)
- Choose file/folder for chosen template generation method