Update instructions to reflect the new reality

This commit is contained in:
GCHQDeveloper581 2026-04-29 12:29:23 +00:00
parent dc8a26fea2
commit 82171731d7
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C

View File

@ -270,10 +270,8 @@ export default ${moduleName};
console.log(`\nNext steps: console.log(`\nNext steps:
1. Add your operation to ${colors.green("src/core/config/Categories.json")} 1. Add your operation to ${colors.green("src/core/config/Categories.json")}
2. Write your operation code in ${colors.green(filename)} 2. Write your operation code in ${colors.green(filename)}
3. Add your operation to ${colors.green("tests/operations/index.mjs")} 3. Write your operation test code in ${colors.green(testFilename)}
4. Write your operation test code in ${colors.green(testFilename)} 4. Run ${colors.cyan("npm run lint")} and ${colors.cyan("npm run test")}
5. Write tests in ${colors.green("tests/operations/tests/")} 5. Submit a Pull Request to get your operation added to the official CyberChef repository.`);
6. Run ${colors.cyan("npm run lint")} and ${colors.cyan("npm run test")}
7. Submit a Pull Request to get your operation added to the official CyberChef repository.`);
}); });