Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
accelerator-tool-cli
Advanced tools
The devtool for the Accelerator story framework (git repository, npm package), allowing quick creation of new projects, and new assets within them.
With a command-line shell of your choice, either install the program globally:
npm install -g accelerator-tool
or use the npx
tool to temporarily download it and execute your command:
npx accelerator-tool whatever
There are several basic functions you can use with this tool.
Use the create
subcommand like so:
accelerator-tool create my-new-story [optional directory to create]
Each of the following defaults to generating TypeScript code, but can be instructed to generate JavaScript code by appending -js
to the name of the asset, e.g. passage
for TypeScript and passage-js
for JavaScript.
If you do not provide the story directory as the last positional argument, you must be in the root directory of an Accelerator story, containing a passages
subdirectory.
accelerator-tool new passage my-new-passage
accelerator-tool new header my-new-header
accelerator-tool new footer my-new-footer
accelerator-tool new plugin my-new-plugin
FAQs
All the code for the Accelerator devtool. Generally invoked by accelerator-tool or xlr8r.
The npm package accelerator-tool-cli receives a total of 28 weekly downloads. As such, accelerator-tool-cli popularity was classified as not popular.
We found that accelerator-tool-cli 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.