ng g @scullyio/init:blog does not create blog module
See original GitHub issue🐞 Bug report
Description
Running ng g @scullyio/init:blog
does not create a blog module/route in my app, only a blog
folder in my root project and a adds new object to scully.config.js
.
🔬 Minimal Reproduction
ng g @scullyio/init:blog
✅ 12-24-2019-blog file created
✅️ Update scully.config.js
CREATE blog/12-24-2019-blog.md (98 bytes)
UPDATE scully.config.js (168 bytes)
💻Your Environment
Angular Version:
_ _ ____ _ ___
/ \ _ __ __ _ _ _| | __ _ _ __ / ___| | |_ _|
/ △ \ | '_ \ / _` | | | | |/ _` | '__| | | | | | |
/ ___ \| | | | (_| | |_| | | (_| | | | |___| |___ | |
/_/ \_\_| |_|\__, |\__,_|_|\__,_|_| \____|_____|___|
|___/
Angular CLI: 9.0.0-rc.7
Node: 12.12.0
OS: darwin x64
Angular: 9.0.0-rc.7
... animations, cli, common, compiler, compiler-cli, core, forms
... language-service, platform-browser, platform-browser-dynamic
... router
Ivy Workspace: Yes
Package Version
-----------------------------------------------------------
@angular-devkit/architect 0.900.0-rc.7
@angular-devkit/build-angular 0.900.0-rc.7
@angular-devkit/build-optimizer 0.900.0-rc.7
@angular-devkit/build-webpack 0.900.0-rc.7
@angular-devkit/core 9.0.0-rc.7
@angular-devkit/schematics 9.0.0-rc.7
@angular/cdk 8.2.3
@ngtools/webpack 9.0.0-rc.7
@schematics/angular 9.0.0-rc.7
@schematics/update 0.900.0-rc.7
rxjs 6.5.3
typescript 3.6.4
webpack 4.41.2
Scully Version:
"@scullyio/init": "0.0.9",
"@scullyio/ng-lib": "0.0.7",
"@scullyio/scully": "0.0.46",
🔥 Exception or Error
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Adding blog support - Scully.io
Scully documentation page containing Adding blog support,Overview,Usage,Available options,Create an entry point (Home page),Configure entry point Module as ...
Read more >Building an Angular Blog With Scully - Unicorn Utterances
We'll start by generating the blog module that will hold our routes and components. ng g module blog --route=blog --routing=true --module=App.
Read more >Scully doesn't generate static files for blog-list component
I'm trying to develop a blog with Scully. There are 3 routes. Homepage, Blog page and dynamic Blog Post page. Scully generate static...
Read more >Exploring Blogging With Scully - the Angular Static ... - OwlyPixel
Did you know that there's a new static site generator for Angular apps? ... Scully created a blog module with routes for us...
Read more >How to Create an Angular Jamstack Blog - Scully and Netlify
This command will call on Scully's post generation code and we can pass a name in as well. ng g @scullyio/init:post --name="The First...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I ran into this as well. I had to copy over the output from a new Angular CLI project.
fixed in the new publish 😃