DraughtsmanVS Code extension that generates components and routes in js frameworks. Only Next is supported now but support for other frameworks will be coming soon. ⚠️This is extension in alpha⚠️ Important!!! Make sure you read through this before using the extension UsageTo use this extension you must:
Only Next JS is supported currently, support for more frameworks will be coming soon. ExamplesYou can generate components using the 'Generate component' command. This will place the generated component in the src/components directory and will create it if it doesn't exist. https://github.com/snubwoody/draughtsman/assets/67170475/c32af49a-002c-4a36-9747-29ea18670b49 You can generate routes using the 'Generate route' command. This will create a new app/[route-name] directory with a page.tsx file. https://github.com/snubwoody/draughtsman/assets/67170475/ada0cf77-c1c6-4f07-ab1f-be94c1f9585c |