Scaffold a new component
Use the CLI command,
npm run nova scaffold component <component-name>This will create all the files you need at component-library/component-name.
You'll also need to run npm run nova build to make the style guide aware of the new component.