Tags: tefanhhh/starter-cli
Tags
chore: Update init.js to use template choices and prompt answers Refactor the `init.js` file to use the template choices and prompt answers for generating a project. Update the variable names and properties to match the new structure. This ensures that the correct template URL is used for cloning the repository and that the project details are correctly set in the `package.json` file. Recent user commits: - chore: Update package.json with project details - chore: Bump package.json version to 1.1.0 - chore: Update package.json version to 1.0.2 Recent repository commits: - chore: Update package.json with "private" field - chore: Add initial project files and dependencies
chore: Update dependencies and import statements Update the import statements in the `init.js` file to use ES6 import syntax. Also, update the `package.json` file to include the `"type": "module"` field. This ensures that the project can be used as an ES module. Recent user commits: - chore: Update package.json with "private" field - chore: Add initial project files and dependencies Recent repository commits: - chore: Update package.json with "private" field - chore: Add initial project files and dependencies