@yangezheng/create-fastdev
v0.3.1
Published
CLI to scaffold FastDev fullstack template
Maintainers
Readme
Create FastDev
Create FastDev is a tool designed to streamline and accelerate your development workflow.
Usage
After installation, you can use the tool by running:
npx @yangezheng/create-fastdev my-appWhere my-app is the name of the project you want to create. Follow the prompts to set up your project quickly.
Publishing to npmjs
To publish the package to npmjs, follow these steps:
- Ensure you are logged in to npm:
npm login - Update the version in
package.jsonfollowing semantic versioning. - Publish the package:
npm publish - Verify the package is live on npmjs.com.
Contributing
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes and push the branch.
- Open a pull request.
License
This project is licensed under the MIT License.
