1.3.0 • Published 12 months ago

@aleph/create-next-component v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Create Next Component

From anywhere in your project run npx @aleph/create-next-component

This is a tiny, opinionated command line script that, when run, will ask you for a component name (CapitalizeAndCamelCaseItPlease) and then generate a simple boilerplate component in the app/(frontend)/components folder of your NextJS (or really any) project. The boilerplate includes, all in a folder like app/(frontend)/components/ComponentName:

  • The TypeScript component in ComponentName.tsx
  • A Sass-driven css module like componentName.module.scss
  • A Storybook story at like ComponentName.stories.tsx
  • A Document file in MDX like ComponentNameDoc.mdx

That's all it does, there ain't no more.

1.3.0

12 months ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago