You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.
While prototyping it could be helpful to have a sub-generator that produces a new page and layout. This feature would speed up the process of starting a unique page in a prototype. The command would need to accept a "name" parameter, and would generate the following:
_layout/[name].html
styles/[name].scss
scripts/[name].js
[name]/index.html
The layout file would ideally automatically include the Sass and JavaScript file.
The text was updated successfully, but these errors were encountered:
While prototyping it could be helpful to have a sub-generator that produces a new page and layout. This feature would speed up the process of starting a unique page in a prototype. The command would need to accept a "name" parameter, and would generate the following:
_layout/[name].html
styles/[name].scss
scripts/[name].js
[name]/index.html
The layout file would ideally automatically include the Sass and JavaScript file.
The text was updated successfully, but these errors were encountered: