Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@enio.ai/nx-clone
Advanced tools
Generator to instantly replicate your favorite custom Nx projects.
nx-clone is plugin for Nx workspaces to instantly clone an existing project with a new name and location. Typically, Nx plugins get you started with a base project, but you end up customizing it make further to make it just right for you or your team. You can move your ideal "base" project into any top-level folder like "templates" within your Nx workspace and then use `nx-clone` to instantly create a new carbon-copy project on demand. This is especially convenient as it will cut your configuration time to almost zero when you need to spin up another project using the same pattern or approach. It is created, maintained, and released as open source under MIT license by a group of passionate individuals in Enio.
Add the plugin to your Nx workspace:
npm install --save-dev @enio.ai/nx-clone
Run the following command at the root directory of your workspace. If nx
is not setup globaly, you may want to add it as npm script first (see details below) or prefix with npx
when using npm. You can also run this command from the Nx Console extension for VSCode.
Note: nx-clone has a policy to update depedencies regularly. When running into issues with conflicting dependencies using npm for example, there are options to resolve those version conflicts. See overrides for npm.
Run the following command:
nx g @enio.ai/nx-clone:exec
Optionally, set up an npm script that invoke the same command for accessibility. Then simply run the npm run clone
command.
{
"scripts": {
"clone": "nx g @enio.ai/nx-clone:exec"
}
}
Maintenance of this project is made possible by all the contributors and sponsors. If you'd like to sponsor this project and have your avatar or company logo appear below click here. 💖
(This list will be automatically generated in the future.)
FAQs
Generator to instantly replicate your favorite custom Nx projects.
The npm package @enio.ai/nx-clone receives a total of 1 weekly downloads. As such, @enio.ai/nx-clone popularity was classified as not popular.
We found that @enio.ai/nx-clone demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.