Socket
Socket
Sign inDemoInstall

elegant-cli

Package Overview
Dependencies
Maintainers
1
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elegant-cli - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

2

package.json
{
"name": "elegant-cli",
"version": "0.1.2",
"version": "0.1.3",
"description": "A utility-first CMS framework for rapidly building expressive and elegant static content web applications.", "scripts": {

@@ -5,0 +5,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

{
"name": "elegant-docs",
"version": "0.1.2",
"version": "0.1.3",
"private": true,

@@ -5,0 +5,0 @@ "scripts": {

@@ -17,2 +17,8 @@ #! /usr/bin/env node

fs.cp('node_modules/elegant-cli/source/elegant-docs/.env.example', './.env', { recursive: true }, (err) => {
if (err) {
console.error(err);
}
});
console.log(

@@ -19,0 +25,0 @@ chalk.yellow.bgBlack(

@@ -0,1 +1,4 @@

- Once the docs project has been created with the cli, wipe it out and do it again
- Reinstall it from scratch, and document every step
- Create some inital docs

@@ -11,16 +14,10 @@

- Follow the laravel docs.. Create a nice starting point for the Elegant starter docs
- Finish the cli command to be usable on the main Elegant repo to start our site
- Finish elegant init cli command
- Start with no args, install docusarus with stubbed env file
- Copy the docusarus project into the users folder on init command? Use npm exec and shell functions
- Figure out how to take args.. --docs blog
- No args is a full basic scaffold
~~~~~~~~> Finishing the above could be used to build the Elegant MVP fast.
Release this as version 1, reiterate on the features below
- Add args to docs init cli command.. --demo for a small amount of docs, --full for all the docs
- Figure out how to take args.. --docs blog
- No args is a full basic scaffold
- Write some tests for the initial cli command? To verify it's good and put a build status on the repo

@@ -27,0 +24,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc